Shades of Havelock Blue #477ACD
Tints of Havelock Blue #477ACD
RGB
CMYK
RGB Variations
Color information
#477ACD (or 0x477ACD) is known color: Havelock Blue. HEX triplet: 47, 7A and CD. RGB value is (71,122,205). Sum of RGB (Red+Green+Blue) = 71+122+205=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #477ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACD is #B88532. Grayscale: #737373. Windows color (decimal): -12092723 or 13466183. OLE color: 13466183.
HSL color Cylindrical-coordinate representation of color #477ACD: hue angle of 217.16º 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 #477ACD is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 122 | 205 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.20 |
| HSL | 217.16º | 0.57% | 0.54% | - |
| HSV(B) | 217.16º | 0.65% | 0.8% | - |
| XYZ | 20.58 | 19.67 | 60.47 | - |
| YUV | 116.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 205 | 0.65 | 0.40 | 0 | 0.20 | 217.16 | 0.57 | 0.54 |
| Hex | 47 | 7A | CD | 41 | 28 | 0 | 14 | D9 | 39 | 36 |
| Octal | 107 | 172 | 315 | 101 | 50 | 0 | 24 | 331 | 71 | 66 |
| Binary | 1000111 | 1111010 | 11001101 | 1000001 | 101000 | 0 | 10100 | 11011001 | 111001 | 110110 |
Color Harmonies of #477ACD
Complementary color
Monochromatic Colors of #477ACD
Black with #477ACD
Text Example
Text Example
White with #477ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ACD; }
p { color: rgb(71,122,205); }
H1.HeaderClassName
{
color: #477ACD;
}
.AnyTagClassName
{
color: #477ACD;
}
</style>
background-color css
<style>
a { background-color: #477ACD; }
a { background-color: rgb(71,122,205); }
div.DivClassName
{
background-color: #477ACD;
}
.BgClassName
{
background-color: #477ACD;
}
</style>
border-color css
<style>
span { border-color: #477ACD; }
span { border-color: rgb(71,122,205); }
td.TdClassName
{
border-color: #477ACD;
}
.TagClassName
{
border-color: #477ACD;
}
</style>