Shades of Havelock Blue #477FCE
Tints of Havelock Blue #477FCE
RGB
CMYK
RGB Variations
Color information
#477FCE (or 0x477FCE) is known color: Havelock Blue. HEX triplet: 47, 7F and CE. RGB value is (71,127,206). Sum of RGB (Red+Green+Blue) = 71+127+206=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #477FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FCE is #B88031. Grayscale: #767676. Windows color (decimal): -12091442 or 13532999. OLE color: 13532999.
HSL color Cylindrical-coordinate representation of color #477FCE: hue angle of 215.11º 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 #477FCE is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 127 | 206 | - |
| CMYK | 0.66 | 0.38 | 0 | 0.19 |
| HSL | 215.11º | 0.58% | 0.54% | - |
| HSV(B) | 215.11º | 0.66% | 0.81% | - |
| XYZ | 21.33 | 20.97 | 61.32 | - |
| YUV | 119.26 | 176.95 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 206 | 0.66 | 0.38 | 0 | 0.19 | 215.11 | 0.58 | 0.54 |
| Hex | 47 | 7F | CE | 42 | 26 | 0 | 13 | D7 | 3A | 36 |
| Octal | 107 | 177 | 316 | 102 | 46 | 0 | 23 | 327 | 72 | 66 |
| Binary | 1000111 | 1111111 | 11001110 | 1000010 | 100110 | 0 | 10011 | 11010111 | 111010 | 110110 |
Color Harmonies of #477FCE
Complementary color
Monochromatic Colors of #477FCE
Black with #477FCE
Text Example
Text Example
White with #477FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FCE; }
p { color: rgb(71,127,206); }
H1.HeaderClassName
{
color: #477FCE;
}
.AnyTagClassName
{
color: #477FCE;
}
</style>
background-color css
<style>
a { background-color: #477FCE; }
a { background-color: rgb(71,127,206); }
div.DivClassName
{
background-color: #477FCE;
}
.BgClassName
{
background-color: #477FCE;
}
</style>
border-color css
<style>
span { border-color: #477FCE; }
span { border-color: rgb(71,127,206); }
td.TdClassName
{
border-color: #477FCE;
}
.TagClassName
{
border-color: #477FCE;
}
</style>