Shades of Havelock Blue #477DCC
Tints of Havelock Blue #477DCC
RGB
CMYK
RGB Variations
Color information
#477DCC (or 0x477DCC) is known color: Havelock Blue. HEX triplet: 47, 7D and CC. RGB value is (71,125,204). Sum of RGB (Red+Green+Blue) = 71+125+204=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #477DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCC is #B88233. Grayscale: #757575. Windows color (decimal): -12091956 or 13401415. OLE color: 13401415.
HSL color Cylindrical-coordinate representation of color #477DCC: hue angle of 215.64º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477DCC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 125 | 204 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.2 |
| HSL | 215.64º | 0.57% | 0.54% | - |
| HSV(B) | 215.64º | 0.65% | 0.8% | - |
| XYZ | 20.83 | 20.37 | 59.96 | - |
| YUV | 117.86 | 176.61 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 204 | 0.65 | 0.39 | 0 | 0.2 | 215.64 | 0.57 | 0.54 |
| Hex | 47 | 7D | CC | 41 | 27 | 0 | 14 | D8 | 39 | 36 |
| Octal | 107 | 175 | 314 | 101 | 47 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000111 | 1111101 | 11001100 | 1000001 | 100111 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #477DCC
Complementary color
Monochromatic Colors of #477DCC
Black with #477DCC
Text Example
Text Example
White with #477DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DCC; }
p { color: rgb(71,125,204); }
H1.HeaderClassName
{
color: #477DCC;
}
.AnyTagClassName
{
color: #477DCC;
}
</style>
background-color css
<style>
a { background-color: #477DCC; }
a { background-color: rgb(71,125,204); }
div.DivClassName
{
background-color: #477DCC;
}
.BgClassName
{
background-color: #477DCC;
}
</style>
border-color css
<style>
span { border-color: #477DCC; }
span { border-color: rgb(71,125,204); }
td.TdClassName
{
border-color: #477DCC;
}
.TagClassName
{
border-color: #477DCC;
}
</style>