Shades of Havelock Blue #477FC8
Tints of Havelock Blue #477FC8
RGB
CMYK
RGB Variations
Color information
#477FC8 (or 0x477FC8) is known color: Havelock Blue. HEX triplet: 47, 7F and C8. RGB value is (71,127,200). Sum of RGB (Red+Green+Blue) = 71+127+200=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #477FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FC8 is #B88037. Grayscale: #767676. Windows color (decimal): -12091448 or 13139783. OLE color: 13139783.
HSL color Cylindrical-coordinate representation of color #477FC8: hue angle of 213.95º 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 #477FC8 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 71 | 127 | 200 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.22 |
| HSL | 213.95º | 0.54% | 0.53% | - |
| HSV(B) | 213.95º | 0.65% | 0.78% | - |
| XYZ | 20.61 | 20.69 | 57.55 | - |
| YUV | 118.58 | 173.95 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 200 | 0.64 | 0.36 | 0 | 0.22 | 213.95 | 0.54 | 0.53 |
| Hex | 47 | 7F | C8 | 40 | 24 | 0 | 16 | D6 | 36 | 35 |
| Octal | 107 | 177 | 310 | 100 | 44 | 0 | 26 | 326 | 66 | 65 |
| Binary | 1000111 | 1111111 | 11001000 | 1000000 | 100100 | 0 | 10110 | 11010110 | 110110 | 110101 |
Color Harmonies of #477FC8
Complementary color
Monochromatic Colors of #477FC8
Black with #477FC8
Text Example
Text Example
White with #477FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FC8; }
p { color: rgb(71,127,200); }
H1.HeaderClassName
{
color: #477FC8;
}
.AnyTagClassName
{
color: #477FC8;
}
</style>
background-color css
<style>
a { background-color: #477FC8; }
a { background-color: rgb(71,127,200); }
div.DivClassName
{
background-color: #477FC8;
}
.BgClassName
{
background-color: #477FC8;
}
</style>
border-color css
<style>
span { border-color: #477FC8; }
span { border-color: rgb(71,127,200); }
td.TdClassName
{
border-color: #477FC8;
}
.TagClassName
{
border-color: #477FC8;
}
</style>