The web-safe-colors tag has no wiki summary.
0
votes
0answers
124 views
List of print safe colors - RGB hex colors safely translated to CMYK?
I'm looking for a list of colors that I can safely use as RGB hex in HTML/CSS to be sure that the colors don't ge distortedt. Is such a list even possible? The web page where the colors would be used ...
1
vote
1answer
410 views
finding the closest web safe color if I have a palette
How do I take r,g,b values and compare them to a websafe color palette to find the best match for the r,g,b value?
There's this one:
What is the best argorithm for finding the closest color in an ...
0
votes
2answers
299 views
Web-safe colour generator or algorithm
Has anyone come across a web-safe colour algorithm? Perhaps to explain why I need one; the palete is going to be used in a JavaScript charting solution. It is why the colours generated need to be ...
1
vote
1answer
242 views
Finding the closest web-safe colour using .net?
I would like an app that tells me the closest websafe colour to a given RGB or HEX value.
For example, given #FFFF01 or 255,255,1 I'd like to know the closest .net colour is Color.Yellow (255,255,0)
...
4
votes
3answers
111 views
Can I detect older monitors and supply them with web-safe colours?
I want to use non-web-safe colors in several places on my website, including for the background. But I am concerned about visitors with older computers.
Is there any code I can use that will change ...