Shades of Havelock Blue #477EC4
Tints of Havelock Blue #477EC4
RGB
CMYK
RGB Variations
Color information
#477EC4 (or 0x477EC4) is known color: Havelock Blue. HEX triplet: 47, 7E and C4. RGB value is (71,126,196). Sum of RGB (Red+Green+Blue) = 71+126+196=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 196 (76.95% from 255 or 49.87% from 393); Max value from RGB is 196 - color contains mainly: blue. Hex color #477EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #477EC4 is #B8813B. Grayscale: #757575. Windows color (decimal): -12091708 or 12877383. OLE color: 12877383.
HSL color Cylindrical-coordinate representation of color #477EC4: hue angle of 213.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #477EC4 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 126 | 196 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.23 |
| HSL | 213.6º | 0.51% | 0.52% | - |
| HSV(B) | 213.6º | 0.64% | 0.77% | - |
| XYZ | 20.02 | 20.25 | 55.08 | - |
| YUV | 117.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 196 | 0.64 | 0.36 | 0 | 0.23 | 213.6 | 0.51 | 0.52 |
| Hex | 47 | 7E | C4 | 40 | 24 | 0 | 17 | D6 | 33 | 34 |
| Octal | 107 | 176 | 304 | 100 | 44 | 0 | 27 | 326 | 63 | 64 |
| Binary | 1000111 | 1111110 | 11000100 | 1000000 | 100100 | 0 | 10111 | 11010110 | 110011 | 110100 |
Color Harmonies of #477EC4
Complementary color
Monochromatic Colors of #477EC4
Black with #477EC4
Text Example
Text Example
White with #477EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477EC4; }
p { color: rgb(71,126,196); }
H1.HeaderClassName
{
color: #477EC4;
}
.AnyTagClassName
{
color: #477EC4;
}
</style>
background-color css
<style>
a { background-color: #477EC4; }
a { background-color: rgb(71,126,196); }
div.DivClassName
{
background-color: #477EC4;
}
.BgClassName
{
background-color: #477EC4;
}
</style>
border-color css
<style>
span { border-color: #477EC4; }
span { border-color: rgb(71,126,196); }
td.TdClassName
{
border-color: #477EC4;
}
.TagClassName
{
border-color: #477EC4;
}
</style>