Shades of Havelock Blue #4E77BA
Tints of Havelock Blue #4E77BA
RGB
CMYK
RGB Variations
Color information
#4E77BA (or 0x4E77BA) is known color: Havelock Blue. HEX triplet: 4E, 77 and BA. RGB value is (78,119,186). Sum of RGB (Red+Green+Blue) = 78+119+186=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E77BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E77BA is #B18845. Grayscale: #727272. Windows color (decimal): -11634758 or 12220238. OLE color: 12220238.
HSL color Cylindrical-coordinate representation of color #4E77BA: hue angle of 217.22º degrees, saturation: 0.44, 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 #4E77BA is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 119 | 186 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.27 |
| HSL | 217.22º | 0.44% | 0.52% | - |
| HSV(B) | 217.22º | 0.58% | 0.73% | - |
| XYZ | 18.6 | 18.36 | 49.02 | - |
| YUV | 114.38 | 168.42 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 119 | 186 | 0.58 | 0.36 | 0 | 0.27 | 217.22 | 0.44 | 0.52 |
| Hex | 4E | 77 | BA | 3A | 24 | 0 | 1B | D9 | 2C | 34 |
| Octal | 116 | 167 | 272 | 72 | 44 | 0 | 33 | 331 | 54 | 64 |
| Binary | 1001110 | 1110111 | 10111010 | 111010 | 100100 | 0 | 11011 | 11011001 | 101100 | 110100 |
Color Harmonies of #4E77BA
Complementary color
Monochromatic Colors of #4E77BA
Black with #4E77BA
Text Example
Text Example
White with #4E77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E77BA; }
p { color: rgb(78,119,186); }
H1.HeaderClassName
{
color: #4E77BA;
}
.AnyTagClassName
{
color: #4E77BA;
}
</style>
background-color css
<style>
a { background-color: #4E77BA; }
a { background-color: rgb(78,119,186); }
div.DivClassName
{
background-color: #4E77BA;
}
.BgClassName
{
background-color: #4E77BA;
}
</style>
border-color css
<style>
span { border-color: #4E77BA; }
span { border-color: rgb(78,119,186); }
td.TdClassName
{
border-color: #4E77BA;
}
.TagClassName
{
border-color: #4E77BA;
}
</style>