Shades of Havelock Blue #477ED4
Tints of Havelock Blue #477ED4
RGB
CMYK
RGB Variations
Color information
#477ED4 (or 0x477ED4) is known color: Havelock Blue. HEX triplet: 47, 7E and D4. RGB value is (71,126,212). Sum of RGB (Red+Green+Blue) = 71+126+212=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #477ED4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ED4 is #B8812B. Grayscale: #767676. Windows color (decimal): -12091692 or 13925959. OLE color: 13925959.
HSL color Cylindrical-coordinate representation of color #477ED4: hue angle of 216.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #477ED4 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 126 | 212 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.17 |
| HSL | 216.6º | 0.62% | 0.55% | - |
| HSV(B) | 216.6º | 0.67% | 0.83% | - |
| XYZ | 21.94 | 21.01 | 65.19 | - |
| YUV | 119.36 | 180.28 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 212 | 0.67 | 0.41 | 0 | 0.17 | 216.6 | 0.62 | 0.55 |
| Hex | 47 | 7E | D4 | 43 | 29 | 0 | 11 | D9 | 3E | 37 |
| Octal | 107 | 176 | 324 | 103 | 51 | 0 | 21 | 331 | 76 | 67 |
| Binary | 1000111 | 1111110 | 11010100 | 1000011 | 101001 | 0 | 10001 | 11011001 | 111110 | 110111 |
Color Harmonies of #477ED4
Complementary color
Monochromatic Colors of #477ED4
Black with #477ED4
Text Example
Text Example
White with #477ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ED4; }
p { color: rgb(71,126,212); }
H1.HeaderClassName
{
color: #477ED4;
}
.AnyTagClassName
{
color: #477ED4;
}
</style>
background-color css
<style>
a { background-color: #477ED4; }
a { background-color: rgb(71,126,212); }
div.DivClassName
{
background-color: #477ED4;
}
.BgClassName
{
background-color: #477ED4;
}
</style>
border-color css
<style>
span { border-color: #477ED4; }
span { border-color: rgb(71,126,212); }
td.TdClassName
{
border-color: #477ED4;
}
.TagClassName
{
border-color: #477ED4;
}
</style>