Shades of Havelock Blue #477DCD
Tints of Havelock Blue #477DCD
RGB
CMYK
RGB Variations
Color information
#477DCD (or 0x477DCD) is known color: Havelock Blue. HEX triplet: 47, 7D and CD. RGB value is (71,125,205). Sum of RGB (Red+Green+Blue) = 71+125+205=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #477DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477DCD is #B88232. Grayscale: #757575. Windows color (decimal): -12091955 or 13466951. OLE color: 13466951.
HSL color Cylindrical-coordinate representation of color #477DCD: hue angle of 215.82º degrees, saturation: 0.57, 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 #477DCD is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 125 | 205 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.20 |
| HSL | 215.82º | 0.57% | 0.54% | - |
| HSV(B) | 215.82º | 0.65% | 0.8% | - |
| XYZ | 20.95 | 20.41 | 60.59 | - |
| YUV | 117.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 205 | 0.65 | 0.39 | 0 | 0.20 | 215.82 | 0.57 | 0.54 |
| Hex | 47 | 7D | CD | 41 | 27 | 0 | 14 | D8 | 39 | 36 |
| Octal | 107 | 175 | 315 | 101 | 47 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000111 | 1111101 | 11001101 | 1000001 | 100111 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #477DCD
Complementary color
Monochromatic Colors of #477DCD
Black with #477DCD
Text Example
Text Example
White with #477DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DCD; }
p { color: rgb(71,125,205); }
H1.HeaderClassName
{
color: #477DCD;
}
.AnyTagClassName
{
color: #477DCD;
}
</style>
background-color css
<style>
a { background-color: #477DCD; }
a { background-color: rgb(71,125,205); }
div.DivClassName
{
background-color: #477DCD;
}
.BgClassName
{
background-color: #477DCD;
}
</style>
border-color css
<style>
span { border-color: #477DCD; }
span { border-color: rgb(71,125,205); }
td.TdClassName
{
border-color: #477DCD;
}
.TagClassName
{
border-color: #477DCD;
}
</style>