Shades of Havelock Blue #4E76C3
Tints of Havelock Blue #4E76C3
RGB
CMYK
RGB Variations
Color information
#4E76C3 (or 0x4E76C3) is known color: Havelock Blue. HEX triplet: 4E, 76 and C3. RGB value is (78,118,195). Sum of RGB (Red+Green+Blue) = 78+118+195=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 195 (76.56% from 255 or 49.87% from 391); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E76C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E76C3 is #B1893C. Grayscale: #727272. Windows color (decimal): -11635005 or 12809806. OLE color: 12809806.
HSL color Cylindrical-coordinate representation of color #4E76C3: hue angle of 219.49º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E76C3 is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 118 | 195 | - |
| CMYK | 0.6 | 0.39 | 0 | 0.24 |
| HSL | 219.49º | 0.49% | 0.54% | - |
| HSV(B) | 219.49º | 0.6% | 0.76% | - |
| XYZ | 19.47 | 18.52 | 54.18 | - |
| YUV | 114.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 195 | 0.6 | 0.39 | 0 | 0.24 | 219.49 | 0.49 | 0.54 |
| Hex | 4E | 76 | C3 | 3C | 27 | 0 | 18 | DB | 31 | 36 |
| Octal | 116 | 166 | 303 | 74 | 47 | 0 | 30 | 333 | 61 | 66 |
| Binary | 1001110 | 1110110 | 11000011 | 111100 | 100111 | 0 | 11000 | 11011011 | 110001 | 110110 |
Color Harmonies of #4E76C3
Complementary color
Monochromatic Colors of #4E76C3
Black with #4E76C3
Text Example
Text Example
White with #4E76C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E76C3; }
p { color: rgb(78,118,195); }
H1.HeaderClassName
{
color: #4E76C3;
}
.AnyTagClassName
{
color: #4E76C3;
}
</style>
background-color css
<style>
a { background-color: #4E76C3; }
a { background-color: rgb(78,118,195); }
div.DivClassName
{
background-color: #4E76C3;
}
.BgClassName
{
background-color: #4E76C3;
}
</style>
border-color css
<style>
span { border-color: #4E76C3; }
span { border-color: rgb(78,118,195); }
td.TdClassName
{
border-color: #4E76C3;
}
.TagClassName
{
border-color: #4E76C3;
}
</style>