Shades of Viking #42A6B6
Tints of Viking #42A6B6
RGB
CMYK
RGB Variations
Color information
#42A6B6 (or 0x42A6B6) is known color: Viking. HEX triplet: 42, A6 and B6. RGB value is (66,166,182). Sum of RGB (Red+Green+Blue) = 66+166+182=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #42A6B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A6B6 is #BD5949. Grayscale: #898989. Windows color (decimal): -12409162 or 11970114. OLE color: 11970114.
HSL color Cylindrical-coordinate representation of color #42A6B6: hue angle of 188.28º 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 #42A6B6 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 166 | 182 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.29 |
| HSL | 188.28º | 0.47% | 0.49% | - |
| HSV(B) | 188.28º | 0.64% | 0.71% | - |
| XYZ | 24.33 | 31.81 | 49.11 | - |
| YUV | 137.92 | 152.87 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 182 | 0.64 | 0.09 | 0 | 0.29 | 188.28 | 0.47 | 0.49 |
| Hex | 42 | A6 | B6 | 40 | 9 | 0 | 1D | BC | 2F | 31 |
| Octal | 102 | 246 | 266 | 100 | 11 | 0 | 35 | 274 | 57 | 61 |
| Binary | 1000010 | 10100110 | 10110110 | 1000000 | 1001 | 0 | 11101 | 10111100 | 101111 | 110001 |
Color Harmonies of #42A6B6
Complementary color
Monochromatic Colors of #42A6B6
Black with #42A6B6
Text Example
Text Example
White with #42A6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A6B6; }
p { color: rgb(66,166,182); }
H1.HeaderClassName
{
color: #42A6B6;
}
.AnyTagClassName
{
color: #42A6B6;
}
</style>
background-color css
<style>
a { background-color: #42A6B6; }
a { background-color: rgb(66,166,182); }
div.DivClassName
{
background-color: #42A6B6;
}
.BgClassName
{
background-color: #42A6B6;
}
</style>
border-color css
<style>
span { border-color: #42A6B6; }
span { border-color: rgb(66,166,182); }
td.TdClassName
{
border-color: #42A6B6;
}
.TagClassName
{
border-color: #42A6B6;
}
</style>