Shades of Havelock Blue #477DCB
Tints of Havelock Blue #477DCB
RGB
CMYK
RGB Variations
Color information
#477DCB (or 0x477DCB) is known color: Havelock Blue. HEX triplet: 47, 7D and CB. RGB value is (71,125,203). Sum of RGB (Red+Green+Blue) = 71+125+203=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #477DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCB is #B88234. Grayscale: #757575. Windows color (decimal): -12091957 or 13335879. OLE color: 13335879.
HSL color Cylindrical-coordinate representation of color #477DCB: hue angle of 215.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477DCB is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 125 | 203 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.20 |
| HSL | 215.45º | 0.56% | 0.54% | - |
| HSV(B) | 215.45º | 0.65% | 0.8% | - |
| XYZ | 20.71 | 20.32 | 59.33 | - |
| YUV | 117.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 203 | 0.65 | 0.38 | 0 | 0.20 | 215.45 | 0.56 | 0.54 |
| Hex | 47 | 7D | CB | 41 | 26 | 0 | 14 | D7 | 38 | 36 |
| Octal | 107 | 175 | 313 | 101 | 46 | 0 | 24 | 327 | 70 | 66 |
| Binary | 1000111 | 1111101 | 11001011 | 1000001 | 100110 | 0 | 10100 | 11010111 | 111000 | 110110 |
Color Harmonies of #477DCB
Complementary color
Monochromatic Colors of #477DCB
Black with #477DCB
Text Example
Text Example
White with #477DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DCB; }
p { color: rgb(71,125,203); }
H1.HeaderClassName
{
color: #477DCB;
}
.AnyTagClassName
{
color: #477DCB;
}
</style>
background-color css
<style>
a { background-color: #477DCB; }
a { background-color: rgb(71,125,203); }
div.DivClassName
{
background-color: #477DCB;
}
.BgClassName
{
background-color: #477DCB;
}
</style>
border-color css
<style>
span { border-color: #477DCB; }
span { border-color: rgb(71,125,203); }
td.TdClassName
{
border-color: #477DCB;
}
.TagClassName
{
border-color: #477DCB;
}
</style>