Shades of Havelock Blue #477DCF
Tints of Havelock Blue #477DCF
RGB
CMYK
RGB Variations
Color information
#477DCF (or 0x477DCF) is known color: Havelock Blue. HEX triplet: 47, 7D and CF. RGB value is (71,125,207). Sum of RGB (Red+Green+Blue) = 71+125+207=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #477DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCF is #B88230. Grayscale: #757575. Windows color (decimal): -12091953 or 13598023. OLE color: 13598023.
HSL color Cylindrical-coordinate representation of color #477DCF: hue angle of 216.18º 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 #477DCF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 125 | 207 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.19 |
| HSL | 216.18º | 0.59% | 0.55% | - |
| HSV(B) | 216.18º | 0.66% | 0.81% | - |
| XYZ | 21.19 | 20.51 | 61.87 | - |
| YUV | 118.2 | 178.11 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 207 | 0.66 | 0.40 | 0 | 0.19 | 216.18 | 0.59 | 0.55 |
| Hex | 47 | 7D | CF | 42 | 28 | 0 | 13 | D8 | 3B | 37 |
| Octal | 107 | 175 | 317 | 102 | 50 | 0 | 23 | 330 | 73 | 67 |
| Binary | 1000111 | 1111101 | 11001111 | 1000010 | 101000 | 0 | 10011 | 11011000 | 111011 | 110111 |
Color Harmonies of #477DCF
Complementary color
Monochromatic Colors of #477DCF
Black with #477DCF
Text Example
Text Example
White with #477DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DCF; }
p { color: rgb(71,125,207); }
H1.HeaderClassName
{
color: #477DCF;
}
.AnyTagClassName
{
color: #477DCF;
}
</style>
background-color css
<style>
a { background-color: #477DCF; }
a { background-color: rgb(71,125,207); }
div.DivClassName
{
background-color: #477DCF;
}
.BgClassName
{
background-color: #477DCF;
}
</style>
border-color css
<style>
span { border-color: #477DCF; }
span { border-color: rgb(71,125,207); }
td.TdClassName
{
border-color: #477DCF;
}
.TagClassName
{
border-color: #477DCF;
}
</style>