Shades of Havelock Blue #4E72B5
Tints of Havelock Blue #4E72B5
RGB
CMYK
RGB Variations
Color information
#4E72B5 (or 0x4E72B5) is known color: Havelock Blue. HEX triplet: 4E, 72 and B5. RGB value is (78,114,181). Sum of RGB (Red+Green+Blue) = 78+114+181=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #4E72B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E72B5 is #B18D4A. Grayscale: #6E6E6E. Windows color (decimal): -11636043 or 11891278. OLE color: 11891278.
HSL color Cylindrical-coordinate representation of color #4E72B5: hue angle of 219.03º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E72B5 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 78 | 114 | 181 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.29 |
| HSL | 219.03º | 0.41% | 0.51% | - |
| HSV(B) | 219.03º | 0.57% | 0.71% | - |
| XYZ | 17.5 | 16.99 | 46.07 | - |
| YUV | 110.87 | 167.57 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 181 | 0.57 | 0.37 | 0 | 0.29 | 219.03 | 0.41 | 0.51 |
| Hex | 4E | 72 | B5 | 39 | 25 | 0 | 1D | DB | 29 | 33 |
| Octal | 116 | 162 | 265 | 71 | 45 | 0 | 35 | 333 | 51 | 63 |
| Binary | 1001110 | 1110010 | 10110101 | 111001 | 100101 | 0 | 11101 | 11011011 | 101001 | 110011 |
Color Harmonies of #4E72B5
Complementary color
Monochromatic Colors of #4E72B5
Black with #4E72B5
Text Example
Text Example
White with #4E72B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E72B5; }
p { color: rgb(78,114,181); }
H1.HeaderClassName
{
color: #4E72B5;
}
.AnyTagClassName
{
color: #4E72B5;
}
</style>
background-color css
<style>
a { background-color: #4E72B5; }
a { background-color: rgb(78,114,181); }
div.DivClassName
{
background-color: #4E72B5;
}
.BgClassName
{
background-color: #4E72B5;
}
</style>
border-color css
<style>
span { border-color: #4E72B5; }
span { border-color: rgb(78,114,181); }
td.TdClassName
{
border-color: #4E72B5;
}
.TagClassName
{
border-color: #4E72B5;
}
</style>