Shades of Havelock Blue #477FC9
Tints of Havelock Blue #477FC9
RGB
CMYK
RGB Variations
Color information
#477FC9 (or 0x477FC9) is known color: Havelock Blue. HEX triplet: 47, 7F and C9. RGB value is (71,127,201). Sum of RGB (Red+Green+Blue) = 71+127+201=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #477FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC9 is #B88036. Grayscale: #767676. Windows color (decimal): -12091447 or 13205319. OLE color: 13205319.
HSL color Cylindrical-coordinate representation of color #477FC9: hue angle of 214.15º 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 #477FC9 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 127 | 201 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.21 |
| HSL | 214.15º | 0.55% | 0.53% | - |
| HSV(B) | 214.15º | 0.65% | 0.79% | - |
| XYZ | 20.73 | 20.74 | 58.17 | - |
| YUV | 118.69 | 174.45 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 201 | 0.65 | 0.37 | 0 | 0.21 | 214.15 | 0.55 | 0.53 |
| Hex | 47 | 7F | C9 | 41 | 25 | 0 | 15 | D6 | 37 | 35 |
| Octal | 107 | 177 | 311 | 101 | 45 | 0 | 25 | 326 | 67 | 65 |
| Binary | 1000111 | 1111111 | 11001001 | 1000001 | 100101 | 0 | 10101 | 11010110 | 110111 | 110101 |
Color Harmonies of #477FC9
Complementary color
Monochromatic Colors of #477FC9
Black with #477FC9
Text Example
Text Example
White with #477FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FC9; }
p { color: rgb(71,127,201); }
H1.HeaderClassName
{
color: #477FC9;
}
.AnyTagClassName
{
color: #477FC9;
}
</style>
background-color css
<style>
a { background-color: #477FC9; }
a { background-color: rgb(71,127,201); }
div.DivClassName
{
background-color: #477FC9;
}
.BgClassName
{
background-color: #477FC9;
}
</style>
border-color css
<style>
span { border-color: #477FC9; }
span { border-color: rgb(71,127,201); }
td.TdClassName
{
border-color: #477FC9;
}
.TagClassName
{
border-color: #477FC9;
}
</style>