Shades of Havelock Blue #477BC9
Tints of Havelock Blue #477BC9
RGB
CMYK
RGB Variations
Color information
#477BC9 (or 0x477BC9) is known color: Havelock Blue. HEX triplet: 47, 7B and C9. RGB value is (71,123,201). Sum of RGB (Red+Green+Blue) = 71+123+201=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #477BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BC9 is #B88436. Grayscale: #737373. Windows color (decimal): -12092471 or 13204295. OLE color: 13204295.
HSL color Cylindrical-coordinate representation of color #477BC9: hue angle of 216º 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 #477BC9 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 123 | 201 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.21 |
| HSL | 216º | 0.55% | 0.53% | - |
| HSV(B) | 216º | 0.65% | 0.79% | - |
| XYZ | 20.22 | 19.72 | 58 | - |
| YUV | 116.34 | 175.77 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 201 | 0.65 | 0.39 | 0 | 0.21 | 216 | 0.55 | 0.53 |
| Hex | 47 | 7B | C9 | 41 | 27 | 0 | 15 | D8 | 37 | 35 |
| Octal | 107 | 173 | 311 | 101 | 47 | 0 | 25 | 330 | 67 | 65 |
| Binary | 1000111 | 1111011 | 11001001 | 1000001 | 100111 | 0 | 10101 | 11011000 | 110111 | 110101 |
Color Harmonies of #477BC9
Complementary color
Monochromatic Colors of #477BC9
Black with #477BC9
Text Example
Text Example
White with #477BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BC9; }
p { color: rgb(71,123,201); }
H1.HeaderClassName
{
color: #477BC9;
}
.AnyTagClassName
{
color: #477BC9;
}
</style>
background-color css
<style>
a { background-color: #477BC9; }
a { background-color: rgb(71,123,201); }
div.DivClassName
{
background-color: #477BC9;
}
.BgClassName
{
background-color: #477BC9;
}
</style>
border-color css
<style>
span { border-color: #477BC9; }
span { border-color: rgb(71,123,201); }
td.TdClassName
{
border-color: #477BC9;
}
.TagClassName
{
border-color: #477BC9;
}
</style>