Shades of Havelock Blue #477AC8
Tints of Havelock Blue #477AC8
RGB
CMYK
RGB Variations
Color information
#477AC8 (or 0x477AC8) is known color: Havelock Blue. HEX triplet: 47, 7A and C8. RGB value is (71,122,200). Sum of RGB (Red+Green+Blue) = 71+122+200=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #477AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477AC8 is #B88537. Grayscale: #737373. Windows color (decimal): -12092728 or 13138503. OLE color: 13138503.
HSL color Cylindrical-coordinate representation of color #477AC8: hue angle of 216.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477AC8 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 122 | 200 | - |
| CMYK | 0.64 | 0.39 | 0 | 0.22 |
| HSL | 216.28º | 0.54% | 0.53% | - |
| HSV(B) | 216.28º | 0.65% | 0.78% | - |
| XYZ | 19.98 | 19.43 | 57.34 | - |
| YUV | 115.64 | 175.6 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 200 | 0.64 | 0.39 | 0 | 0.22 | 216.28 | 0.54 | 0.53 |
| Hex | 47 | 7A | C8 | 40 | 27 | 0 | 16 | D8 | 36 | 35 |
| Octal | 107 | 172 | 310 | 100 | 47 | 0 | 26 | 330 | 66 | 65 |
| Binary | 1000111 | 1111010 | 11001000 | 1000000 | 100111 | 0 | 10110 | 11011000 | 110110 | 110101 |
Color Harmonies of #477AC8
Complementary color
Monochromatic Colors of #477AC8
Black with #477AC8
Text Example
Text Example
White with #477AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477AC8; }
p { color: rgb(71,122,200); }
H1.HeaderClassName
{
color: #477AC8;
}
.AnyTagClassName
{
color: #477AC8;
}
</style>
background-color css
<style>
a { background-color: #477AC8; }
a { background-color: rgb(71,122,200); }
div.DivClassName
{
background-color: #477AC8;
}
.BgClassName
{
background-color: #477AC8;
}
</style>
border-color css
<style>
span { border-color: #477AC8; }
span { border-color: rgb(71,122,200); }
td.TdClassName
{
border-color: #477AC8;
}
.TagClassName
{
border-color: #477AC8;
}
</style>