Shades of Havelock Blue #477BD1
Tints of Havelock Blue #477BD1
RGB
CMYK
RGB Variations
Color information
#477BD1 (or 0x477BD1) is known color: Havelock Blue. HEX triplet: 47, 7B and D1. RGB value is (71,123,209). Sum of RGB (Red+Green+Blue) = 71+123+209=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #477BD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477BD1 is #B8842E. Grayscale: #747474. Windows color (decimal): -12092463 or 13728583. OLE color: 13728583.
HSL color Cylindrical-coordinate representation of color #477BD1: hue angle of 217.39º degrees, saturation: 0.6, 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 #477BD1 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 71 | 123 | 209 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.18 |
| HSL | 217.39º | 0.6% | 0.55% | - |
| HSV(B) | 217.39º | 0.66% | 0.82% | - |
| XYZ | 21.19 | 20.11 | 63.09 | - |
| YUV | 117.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 209 | 0.66 | 0.41 | 0 | 0.18 | 217.39 | 0.6 | 0.55 |
| Hex | 47 | 7B | D1 | 42 | 29 | 0 | 12 | D9 | 3C | 37 |
| Octal | 107 | 173 | 321 | 102 | 51 | 0 | 22 | 331 | 74 | 67 |
| Binary | 1000111 | 1111011 | 11010001 | 1000010 | 101001 | 0 | 10010 | 11011001 | 111100 | 110111 |
Color Harmonies of #477BD1
Complementary color
Monochromatic Colors of #477BD1
Black with #477BD1
Text Example
Text Example
White with #477BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477BD1; }
p { color: rgb(71,123,209); }
H1.HeaderClassName
{
color: #477BD1;
}
.AnyTagClassName
{
color: #477BD1;
}
</style>
background-color css
<style>
a { background-color: #477BD1; }
a { background-color: rgb(71,123,209); }
div.DivClassName
{
background-color: #477BD1;
}
.BgClassName
{
background-color: #477BD1;
}
</style>
border-color css
<style>
span { border-color: #477BD1; }
span { border-color: rgb(71,123,209); }
td.TdClassName
{
border-color: #477BD1;
}
.TagClassName
{
border-color: #477BD1;
}
</style>