Shades of Havelock Blue #477ACB
Tints of Havelock Blue #477ACB
RGB
CMYK
RGB Variations
Color information
#477ACB (or 0x477ACB) is known color: Havelock Blue. HEX triplet: 47, 7A and CB. RGB value is (71,122,203). Sum of RGB (Red+Green+Blue) = 71+122+203=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #477ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477ACB is #B88534. Grayscale: #737373. Windows color (decimal): -12092725 or 13335111. OLE color: 13335111.
HSL color Cylindrical-coordinate representation of color #477ACB: hue angle of 216.82º 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 #477ACB is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 122 | 203 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.20 |
| HSL | 216.82º | 0.56% | 0.54% | - |
| HSV(B) | 216.82º | 0.65% | 0.8% | - |
| XYZ | 20.34 | 19.57 | 59.21 | - |
| YUV | 115.99 | 177.1 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 203 | 0.65 | 0.40 | 0 | 0.20 | 216.82 | 0.56 | 0.54 |
| Hex | 47 | 7A | CB | 41 | 28 | 0 | 14 | D9 | 38 | 36 |
| Octal | 107 | 172 | 313 | 101 | 50 | 0 | 24 | 331 | 70 | 66 |
| Binary | 1000111 | 1111010 | 11001011 | 1000001 | 101000 | 0 | 10100 | 11011001 | 111000 | 110110 |
Color Harmonies of #477ACB
Complementary color
Monochromatic Colors of #477ACB
Black with #477ACB
Text Example
Text Example
White with #477ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477ACB; }
p { color: rgb(71,122,203); }
H1.HeaderClassName
{
color: #477ACB;
}
.AnyTagClassName
{
color: #477ACB;
}
</style>
background-color css
<style>
a { background-color: #477ACB; }
a { background-color: rgb(71,122,203); }
div.DivClassName
{
background-color: #477ACB;
}
.BgClassName
{
background-color: #477ACB;
}
</style>
border-color css
<style>
span { border-color: #477ACB; }
span { border-color: rgb(71,122,203); }
td.TdClassName
{
border-color: #477ACB;
}
.TagClassName
{
border-color: #477ACB;
}
</style>