Shades of Havelock Blue #477DCE
Tints of Havelock Blue #477DCE
RGB
CMYK
RGB Variations
Color information
#477DCE (or 0x477DCE) is known color: Havelock Blue. HEX triplet: 47, 7D and CE. RGB value is (71,125,206). Sum of RGB (Red+Green+Blue) = 71+125+206=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #477DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCE is #B88231. Grayscale: #757575. Windows color (decimal): -12091954 or 13532487. OLE color: 13532487.
HSL color Cylindrical-coordinate representation of color #477DCE: hue angle of 216º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477DCE is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 125 | 206 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.19 |
| HSL | 216º | 0.58% | 0.54% | - |
| HSV(B) | 216º | 0.66% | 0.81% | - |
| XYZ | 21.07 | 20.46 | 61.23 | - |
| YUV | 118.09 | 177.61 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 206 | 0.66 | 0.39 | 0 | 0.19 | 216 | 0.58 | 0.54 |
| Hex | 47 | 7D | CE | 42 | 27 | 0 | 13 | D8 | 3A | 36 |
| Octal | 107 | 175 | 316 | 102 | 47 | 0 | 23 | 330 | 72 | 66 |
| Binary | 1000111 | 1111101 | 11001110 | 1000010 | 100111 | 0 | 10011 | 11011000 | 111010 | 110110 |
Color Harmonies of #477DCE
Complementary color
Monochromatic Colors of #477DCE
Black with #477DCE
Text Example
Text Example
White with #477DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DCE; }
p { color: rgb(71,125,206); }
H1.HeaderClassName
{
color: #477DCE;
}
.AnyTagClassName
{
color: #477DCE;
}
</style>
background-color css
<style>
a { background-color: #477DCE; }
a { background-color: rgb(71,125,206); }
div.DivClassName
{
background-color: #477DCE;
}
.BgClassName
{
background-color: #477DCE;
}
</style>
border-color css
<style>
span { border-color: #477DCE; }
span { border-color: rgb(71,125,206); }
td.TdClassName
{
border-color: #477DCE;
}
.TagClassName
{
border-color: #477DCE;
}
</style>