Shades of Viking #42A6B4
Tints of Viking #42A6B4
RGB
CMYK
RGB Variations
Color information
#42A6B4 (or 0x42A6B4) is known color: Viking. HEX triplet: 42, A6 and B4. RGB value is (66,166,180). Sum of RGB (Red+Green+Blue) = 66+166+180=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #42A6B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A6B4 is #BD594B. Grayscale: #898989. Windows color (decimal): -12409164 or 11839042. OLE color: 11839042.
HSL color Cylindrical-coordinate representation of color #42A6B4: hue angle of 187.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42A6B4 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 166 | 180 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.29 |
| HSL | 187.37º | 0.46% | 0.48% | - |
| HSV(B) | 187.37º | 0.63% | 0.71% | - |
| XYZ | 24.12 | 31.73 | 48.03 | - |
| YUV | 137.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 166 | 180 | 0.63 | 0.08 | 0 | 0.29 | 187.37 | 0.46 | 0.48 |
| Hex | 42 | A6 | B4 | 3F | 8 | 0 | 1D | BB | 2E | 30 |
| Octal | 102 | 246 | 264 | 77 | 10 | 0 | 35 | 273 | 56 | 60 |
| Binary | 1000010 | 10100110 | 10110100 | 111111 | 1000 | 0 | 11101 | 10111011 | 101110 | 110000 |
Color Harmonies of #42A6B4
Complementary color
Monochromatic Colors of #42A6B4
Black with #42A6B4
Text Example
Text Example
White with #42A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A6B4; }
p { color: rgb(66,166,180); }
H1.HeaderClassName
{
color: #42A6B4;
}
.AnyTagClassName
{
color: #42A6B4;
}
</style>
background-color css
<style>
a { background-color: #42A6B4; }
a { background-color: rgb(66,166,180); }
div.DivClassName
{
background-color: #42A6B4;
}
.BgClassName
{
background-color: #42A6B4;
}
</style>
border-color css
<style>
span { border-color: #42A6B4; }
span { border-color: rgb(66,166,180); }
td.TdClassName
{
border-color: #42A6B4;
}
.TagClassName
{
border-color: #42A6B4;
}
</style>