Shades of Viking #42A0BC
Tints of Viking #42A0BC
RGB
CMYK
RGB Variations
Color information
#42A0BC (or 0x42A0BC) is known color: Viking. HEX triplet: 42, A0 and BC. RGB value is (66,160,188). Sum of RGB (Red+Green+Blue) = 66+160+188=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #42A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A0BC is #BD5F43. Grayscale: #868686. Windows color (decimal): -12410692 or 12361794. OLE color: 12361794.
HSL color Cylindrical-coordinate representation of color #42A0BC: hue angle of 193.77º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42A0BC is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 160 | 188 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.26 |
| HSL | 193.77º | 0.48% | 0.5% | - |
| HSV(B) | 193.77º | 0.65% | 0.74% | - |
| XYZ | 23.89 | 29.93 | 52.09 | - |
| YUV | 135.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 188 | 0.65 | 0.15 | 0 | 0.26 | 193.77 | 0.48 | 0.5 |
| Hex | 42 | A0 | BC | 41 | F | 0 | 1A | C2 | 30 | 32 |
| Octal | 102 | 240 | 274 | 101 | 17 | 0 | 32 | 302 | 60 | 62 |
| Binary | 1000010 | 10100000 | 10111100 | 1000001 | 1111 | 0 | 11010 | 11000010 | 110000 | 110010 |
Color Harmonies of #42A0BC
Complementary color
Monochromatic Colors of #42A0BC
Black with #42A0BC
Text Example
Text Example
White with #42A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A0BC; }
p { color: rgb(66,160,188); }
H1.HeaderClassName
{
color: #42A0BC;
}
.AnyTagClassName
{
color: #42A0BC;
}
</style>
background-color css
<style>
a { background-color: #42A0BC; }
a { background-color: rgb(66,160,188); }
div.DivClassName
{
background-color: #42A0BC;
}
.BgClassName
{
background-color: #42A0BC;
}
</style>
border-color css
<style>
span { border-color: #42A0BC; }
span { border-color: rgb(66,160,188); }
td.TdClassName
{
border-color: #42A0BC;
}
.TagClassName
{
border-color: #42A0BC;
}
</style>