Shades of Viking #42AFB6
Tints of Viking #42AFB6
RGB
CMYK
RGB Variations
Color information
#42AFB6 (or 0x42AFB6) is known color: Viking. HEX triplet: 42, AF and B6. RGB value is (66,175,182). Sum of RGB (Red+Green+Blue) = 66+175+182=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 182 - color contains mainly: blue. Hex color #42AFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AFB6 is #BD5049. Grayscale: #8F8F8F. Windows color (decimal): -12406858 or 11972418. OLE color: 11972418.
HSL color Cylindrical-coordinate representation of color #42AFB6: hue angle of 183.62º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42AFB6 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 175 | 182 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.29 |
| HSL | 183.62º | 0.47% | 0.49% | - |
| HSV(B) | 183.62º | 0.64% | 0.71% | - |
| XYZ | 26.02 | 35.2 | 49.68 | - |
| YUV | 143.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 182 | 0.64 | 0.04 | 0 | 0.29 | 183.62 | 0.47 | 0.49 |
| Hex | 42 | AF | B6 | 40 | 4 | 0 | 1D | B8 | 2F | 31 |
| Octal | 102 | 257 | 266 | 100 | 4 | 0 | 35 | 270 | 57 | 61 |
| Binary | 1000010 | 10101111 | 10110110 | 1000000 | 100 | 0 | 11101 | 10111000 | 101111 | 110001 |
Color Harmonies of #42AFB6
Complementary color
Monochromatic Colors of #42AFB6
Black with #42AFB6
Text Example
Text Example
White with #42AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AFB6; }
p { color: rgb(66,175,182); }
H1.HeaderClassName
{
color: #42AFB6;
}
.AnyTagClassName
{
color: #42AFB6;
}
</style>
background-color css
<style>
a { background-color: #42AFB6; }
a { background-color: rgb(66,175,182); }
div.DivClassName
{
background-color: #42AFB6;
}
.BgClassName
{
background-color: #42AFB6;
}
</style>
border-color css
<style>
span { border-color: #42AFB6; }
span { border-color: rgb(66,175,182); }
td.TdClassName
{
border-color: #42AFB6;
}
.TagClassName
{
border-color: #42AFB6;
}
</style>