Shades of Havelock Blue #477CCE
Tints of Havelock Blue #477CCE
RGB
CMYK
RGB Variations
Color information
#477CCE (or 0x477CCE) is known color: Havelock Blue. HEX triplet: 47, 7C and CE. RGB value is (71,124,206). Sum of RGB (Red+Green+Blue) = 71+124+206=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #477CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CCE is #B88331. Grayscale: #757575. Windows color (decimal): -12092210 or 13532231. OLE color: 13532231.
HSL color Cylindrical-coordinate representation of color #477CCE: hue angle of 216.44º 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 #477CCE is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 124 | 206 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.19 |
| HSL | 216.44º | 0.58% | 0.54% | - |
| HSV(B) | 216.44º | 0.66% | 0.81% | - |
| XYZ | 20.95 | 20.21 | 61.19 | - |
| YUV | 117.5 | 177.94 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 206 | 0.66 | 0.40 | 0 | 0.19 | 216.44 | 0.58 | 0.54 |
| Hex | 47 | 7C | CE | 42 | 28 | 0 | 13 | D8 | 3A | 36 |
| Octal | 107 | 174 | 316 | 102 | 50 | 0 | 23 | 330 | 72 | 66 |
| Binary | 1000111 | 1111100 | 11001110 | 1000010 | 101000 | 0 | 10011 | 11011000 | 111010 | 110110 |
Color Harmonies of #477CCE
Complementary color
Monochromatic Colors of #477CCE
Black with #477CCE
Text Example
Text Example
White with #477CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CCE; }
p { color: rgb(71,124,206); }
H1.HeaderClassName
{
color: #477CCE;
}
.AnyTagClassName
{
color: #477CCE;
}
</style>
background-color css
<style>
a { background-color: #477CCE; }
a { background-color: rgb(71,124,206); }
div.DivClassName
{
background-color: #477CCE;
}
.BgClassName
{
background-color: #477CCE;
}
</style>
border-color css
<style>
span { border-color: #477CCE; }
span { border-color: rgb(71,124,206); }
td.TdClassName
{
border-color: #477CCE;
}
.TagClassName
{
border-color: #477CCE;
}
</style>