Shades of Havelock Blue #477FCF
Tints of Havelock Blue #477FCF
RGB
CMYK
RGB Variations
Color information
#477FCF (or 0x477FCF) is known color: Havelock Blue. HEX triplet: 47, 7F and CF. RGB value is (71,127,207). Sum of RGB (Red+Green+Blue) = 71+127+207=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #477FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477FCF is #B88030. Grayscale: #767676. Windows color (decimal): -12091441 or 13598535. OLE color: 13598535.
HSL color Cylindrical-coordinate representation of color #477FCF: hue angle of 215.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477FCF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 127 | 207 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.19 |
| HSL | 215.29º | 0.59% | 0.55% | - |
| HSV(B) | 215.29º | 0.66% | 0.81% | - |
| XYZ | 21.45 | 21.02 | 61.96 | - |
| YUV | 119.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 207 | 0.66 | 0.39 | 0 | 0.19 | 215.29 | 0.59 | 0.55 |
| Hex | 47 | 7F | CF | 42 | 27 | 0 | 13 | D7 | 3B | 37 |
| Octal | 107 | 177 | 317 | 102 | 47 | 0 | 23 | 327 | 73 | 67 |
| Binary | 1000111 | 1111111 | 11001111 | 1000010 | 100111 | 0 | 10011 | 11010111 | 111011 | 110111 |
Color Harmonies of #477FCF
Complementary color
Monochromatic Colors of #477FCF
Black with #477FCF
Text Example
Text Example
White with #477FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477FCF; }
p { color: rgb(71,127,207); }
H1.HeaderClassName
{
color: #477FCF;
}
.AnyTagClassName
{
color: #477FCF;
}
</style>
background-color css
<style>
a { background-color: #477FCF; }
a { background-color: rgb(71,127,207); }
div.DivClassName
{
background-color: #477FCF;
}
.BgClassName
{
background-color: #477FCF;
}
</style>
border-color css
<style>
span { border-color: #477FCF; }
span { border-color: rgb(71,127,207); }
td.TdClassName
{
border-color: #477FCF;
}
.TagClassName
{
border-color: #477FCF;
}
</style>