Shades of Havelock Blue #477ECD
Tints of Havelock Blue #477ECD
RGB
CMYK
RGB Variations
Color information
#477ECD (or 0x477ECD) is known color: Havelock Blue. HEX triplet: 47, 7E and CD. RGB value is (71,126,205). Sum of RGB (Red+Green+Blue) = 71+126+205=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #477ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ECD is #B88132. Grayscale: #767676. Windows color (decimal): -12091699 or 13467207. OLE color: 13467207.
HSL color Cylindrical-coordinate representation of color #477ECD: hue angle of 215.37º 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 #477ECD is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 126 | 205 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.20 |
| HSL | 215.37º | 0.57% | 0.54% | - |
| HSV(B) | 215.37º | 0.65% | 0.8% | - |
| XYZ | 21.08 | 20.67 | 60.64 | - |
| YUV | 118.56 | 176.78 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 205 | 0.65 | 0.39 | 0 | 0.20 | 215.37 | 0.57 | 0.54 |
| Hex | 47 | 7E | CD | 41 | 27 | 0 | 14 | D7 | 39 | 36 |
| Octal | 107 | 176 | 315 | 101 | 47 | 0 | 24 | 327 | 71 | 66 |
| Binary | 1000111 | 1111110 | 11001101 | 1000001 | 100111 | 0 | 10100 | 11010111 | 111001 | 110110 |
Color Harmonies of #477ECD
Complementary color
Monochromatic Colors of #477ECD
Black with #477ECD
Text Example
Text Example
White with #477ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ECD; }
p { color: rgb(71,126,205); }
H1.HeaderClassName
{
color: #477ECD;
}
.AnyTagClassName
{
color: #477ECD;
}
</style>
background-color css
<style>
a { background-color: #477ECD; }
a { background-color: rgb(71,126,205); }
div.DivClassName
{
background-color: #477ECD;
}
.BgClassName
{
background-color: #477ECD;
}
</style>
border-color css
<style>
span { border-color: #477ECD; }
span { border-color: rgb(71,126,205); }
td.TdClassName
{
border-color: #477ECD;
}
.TagClassName
{
border-color: #477ECD;
}
</style>