Shades of Havelock Blue #476FC0
Tints of Havelock Blue #476FC0
RGB
CMYK
RGB Variations
Color information
#476FC0 (or 0x476FC0) is known color: Havelock Blue. HEX triplet: 47, 6F and C0. RGB value is (71,111,192). Sum of RGB (Red+Green+Blue) = 71+111+192=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #476FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FC0 is #B8903F. Grayscale: #6B6B6B. Windows color (decimal): -12095552 or 12611399. OLE color: 12611399.
HSL color Cylindrical-coordinate representation of color #476FC0: hue angle of 220.17º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #476FC0 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 111 | 192 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.25 |
| HSL | 220.17º | 0.49% | 0.52% | - |
| HSV(B) | 220.17º | 0.63% | 0.75% | - |
| XYZ | 17.8 | 16.51 | 52.12 | - |
| YUV | 108.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 192 | 0.63 | 0.42 | 0 | 0.25 | 220.17 | 0.49 | 0.52 |
| Hex | 47 | 6F | C0 | 3F | 2A | 0 | 19 | DC | 31 | 34 |
| Octal | 107 | 157 | 300 | 77 | 52 | 0 | 31 | 334 | 61 | 64 |
| Binary | 1000111 | 1101111 | 11000000 | 111111 | 101010 | 0 | 11001 | 11011100 | 110001 | 110100 |
Color Harmonies of #476FC0
Complementary color
Monochromatic Colors of #476FC0
Black with #476FC0
Text Example
Text Example
White with #476FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476FC0; }
p { color: rgb(71,111,192); }
H1.HeaderClassName
{
color: #476FC0;
}
.AnyTagClassName
{
color: #476FC0;
}
</style>
background-color css
<style>
a { background-color: #476FC0; }
a { background-color: rgb(71,111,192); }
div.DivClassName
{
background-color: #476FC0;
}
.BgClassName
{
background-color: #476FC0;
}
</style>
border-color css
<style>
span { border-color: #476FC0; }
span { border-color: rgb(71,111,192); }
td.TdClassName
{
border-color: #476FC0;
}
.TagClassName
{
border-color: #476FC0;
}
</style>