Shades of Havelock Blue #477CCD
Tints of Havelock Blue #477CCD
RGB
CMYK
RGB Variations
Color information
#477CCD (or 0x477CCD) is known color: Havelock Blue. HEX triplet: 47, 7C and CD. RGB value is (71,124,205). Sum of RGB (Red+Green+Blue) = 71+124+205=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #477CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477CCD is #B88332. Grayscale: #757575. Windows color (decimal): -12092211 or 13466695. OLE color: 13466695.
HSL color Cylindrical-coordinate representation of color #477CCD: hue angle of 216.27º 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 #477CCD is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 124 | 205 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.20 |
| HSL | 216.27º | 0.57% | 0.54% | - |
| HSV(B) | 216.27º | 0.65% | 0.8% | - |
| XYZ | 20.83 | 20.16 | 60.55 | - |
| YUV | 117.39 | 177.44 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 205 | 0.65 | 0.40 | 0 | 0.20 | 216.27 | 0.57 | 0.54 |
| Hex | 47 | 7C | CD | 41 | 28 | 0 | 14 | D8 | 39 | 36 |
| Octal | 107 | 174 | 315 | 101 | 50 | 0 | 24 | 330 | 71 | 66 |
| Binary | 1000111 | 1111100 | 11001101 | 1000001 | 101000 | 0 | 10100 | 11011000 | 111001 | 110110 |
Color Harmonies of #477CCD
Complementary color
Monochromatic Colors of #477CCD
Black with #477CCD
Text Example
Text Example
White with #477CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CCD; }
p { color: rgb(71,124,205); }
H1.HeaderClassName
{
color: #477CCD;
}
.AnyTagClassName
{
color: #477CCD;
}
</style>
background-color css
<style>
a { background-color: #477CCD; }
a { background-color: rgb(71,124,205); }
div.DivClassName
{
background-color: #477CCD;
}
.BgClassName
{
background-color: #477CCD;
}
</style>
border-color css
<style>
span { border-color: #477CCD; }
span { border-color: rgb(71,124,205); }
td.TdClassName
{
border-color: #477CCD;
}
.TagClassName
{
border-color: #477CCD;
}
</style>