Shades of Havelock Blue #4E73B9
Tints of Havelock Blue #4E73B9
RGB
CMYK
RGB Variations
Color information
#4E73B9 (or 0x4E73B9) is known color: Havelock Blue. HEX triplet: 4E, 73 and B9. RGB value is (78,115,185). Sum of RGB (Red+Green+Blue) = 78+115+185=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E73B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E73B9 is #B18C46. Grayscale: #6F6F6F. Windows color (decimal): -11635783 or 12153678. OLE color: 12153678.
HSL color Cylindrical-coordinate representation of color #4E73B9: hue angle of 219.25º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E73B9 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 115 | 185 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.27 |
| HSL | 219.25º | 0.43% | 0.52% | - |
| HSV(B) | 219.25º | 0.58% | 0.73% | - |
| XYZ | 18.03 | 17.38 | 48.3 | - |
| YUV | 111.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 185 | 0.58 | 0.38 | 0 | 0.27 | 219.25 | 0.43 | 0.52 |
| Hex | 4E | 73 | B9 | 3A | 26 | 0 | 1B | DB | 2B | 34 |
| Octal | 116 | 163 | 271 | 72 | 46 | 0 | 33 | 333 | 53 | 64 |
| Binary | 1001110 | 1110011 | 10111001 | 111010 | 100110 | 0 | 11011 | 11011011 | 101011 | 110100 |
Color Harmonies of #4E73B9
Complementary color
Monochromatic Colors of #4E73B9
Black with #4E73B9
Text Example
Text Example
White with #4E73B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E73B9; }
p { color: rgb(78,115,185); }
H1.HeaderClassName
{
color: #4E73B9;
}
.AnyTagClassName
{
color: #4E73B9;
}
</style>
background-color css
<style>
a { background-color: #4E73B9; }
a { background-color: rgb(78,115,185); }
div.DivClassName
{
background-color: #4E73B9;
}
.BgClassName
{
background-color: #4E73B9;
}
</style>
border-color css
<style>
span { border-color: #4E73B9; }
span { border-color: rgb(78,115,185); }
td.TdClassName
{
border-color: #4E73B9;
}
.TagClassName
{
border-color: #4E73B9;
}
</style>