Shades of Havelock Blue #477BD0
Tints of Havelock Blue #477BD0
RGB
CMYK
RGB Variations
Color information
#477BD0 (or 0x477BD0) is known color: Havelock Blue. HEX triplet: 47, 7B and D0. RGB value is (71,123,208). Sum of RGB (Red+Green+Blue) = 71+123+208=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #477BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BD0 is #B8842F. Grayscale: #747474. Windows color (decimal): -12092464 or 13663047. OLE color: 13663047.
HSL color Cylindrical-coordinate representation of color #477BD0: hue angle of 217.23º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477BD0 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 123 | 208 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.18 |
| HSL | 217.23º | 0.59% | 0.55% | - |
| HSV(B) | 217.23º | 0.66% | 0.82% | - |
| XYZ | 21.07 | 20.06 | 62.44 | - |
| YUV | 117.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 208 | 0.66 | 0.41 | 0 | 0.18 | 217.23 | 0.59 | 0.55 |
| Hex | 47 | 7B | D0 | 42 | 29 | 0 | 12 | D9 | 3B | 37 |
| Octal | 107 | 173 | 320 | 102 | 51 | 0 | 22 | 331 | 73 | 67 |
| Binary | 1000111 | 1111011 | 11010000 | 1000010 | 101001 | 0 | 10010 | 11011001 | 111011 | 110111 |
Color Harmonies of #477BD0
Complementary color
Monochromatic Colors of #477BD0
Black with #477BD0
Text Example
Text Example
White with #477BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BD0; }
p { color: rgb(71,123,208); }
H1.HeaderClassName
{
color: #477BD0;
}
.AnyTagClassName
{
color: #477BD0;
}
</style>
background-color css
<style>
a { background-color: #477BD0; }
a { background-color: rgb(71,123,208); }
div.DivClassName
{
background-color: #477BD0;
}
.BgClassName
{
background-color: #477BD0;
}
</style>
border-color css
<style>
span { border-color: #477BD0; }
span { border-color: rgb(71,123,208); }
td.TdClassName
{
border-color: #477BD0;
}
.TagClassName
{
border-color: #477BD0;
}
</style>