Shades of Havelock Blue #477DC9
Tints of Havelock Blue #477DC9
RGB
CMYK
RGB Variations
Color information
#477DC9 (or 0x477DC9) is known color: Havelock Blue. HEX triplet: 47, 7D and C9. RGB value is (71,125,201). Sum of RGB (Red+Green+Blue) = 71+125+201=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #477DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DC9 is #B88236. Grayscale: #757575. Windows color (decimal): -12091959 or 13204807. OLE color: 13204807.
HSL color Cylindrical-coordinate representation of color #477DC9: hue angle of 215.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477DC9 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 125 | 201 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.21 |
| HSL | 215.08º | 0.55% | 0.53% | - |
| HSV(B) | 215.08º | 0.65% | 0.79% | - |
| XYZ | 20.47 | 20.22 | 58.08 | - |
| YUV | 117.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 201 | 0.65 | 0.38 | 0 | 0.21 | 215.08 | 0.55 | 0.53 |
| Hex | 47 | 7D | C9 | 41 | 26 | 0 | 15 | D7 | 37 | 35 |
| Octal | 107 | 175 | 311 | 101 | 46 | 0 | 25 | 327 | 67 | 65 |
| Binary | 1000111 | 1111101 | 11001001 | 1000001 | 100110 | 0 | 10101 | 11010111 | 110111 | 110101 |
Color Harmonies of #477DC9
Complementary color
Monochromatic Colors of #477DC9
Black with #477DC9
Text Example
Text Example
White with #477DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DC9; }
p { color: rgb(71,125,201); }
H1.HeaderClassName
{
color: #477DC9;
}
.AnyTagClassName
{
color: #477DC9;
}
</style>
background-color css
<style>
a { background-color: #477DC9; }
a { background-color: rgb(71,125,201); }
div.DivClassName
{
background-color: #477DC9;
}
.BgClassName
{
background-color: #477DC9;
}
</style>
border-color css
<style>
span { border-color: #477DC9; }
span { border-color: rgb(71,125,201); }
td.TdClassName
{
border-color: #477DC9;
}
.TagClassName
{
border-color: #477DC9;
}
</style>