Shades of Havelock Blue #4E6EBA
Tints of Havelock Blue #4E6EBA
RGB
CMYK
RGB Variations
Color information
#4E6EBA (or 0x4E6EBA) is known color: Havelock Blue. HEX triplet: 4E, 6E and BA. RGB value is (78,110,186). Sum of RGB (Red+Green+Blue) = 78+110+186=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EBA is #B19145. Grayscale: #6C6C6C. Windows color (decimal): -11637062 or 12217934. OLE color: 12217934.
HSL color Cylindrical-coordinate representation of color #4E6EBA: hue angle of 222.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 #4E6EBA is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 110 | 186 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.27 |
| HSL | 222.22º | 0.44% | 0.52% | - |
| HSV(B) | 222.22º | 0.58% | 0.73% | - |
| XYZ | 17.58 | 16.32 | 48.68 | - |
| YUV | 109.1 | 171.4 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 186 | 0.58 | 0.41 | 0 | 0.27 | 222.22 | 0.44 | 0.52 |
| Hex | 4E | 6E | BA | 3A | 29 | 0 | 1B | DE | 2C | 34 |
| Octal | 116 | 156 | 272 | 72 | 51 | 0 | 33 | 336 | 54 | 64 |
| Binary | 1001110 | 1101110 | 10111010 | 111010 | 101001 | 0 | 11011 | 11011110 | 101100 | 110100 |
Color Harmonies of #4E6EBA
Complementary color
Monochromatic Colors of #4E6EBA
Black with #4E6EBA
Text Example
Text Example
White with #4E6EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EBA; }
p { color: rgb(78,110,186); }
H1.HeaderClassName
{
color: #4E6EBA;
}
.AnyTagClassName
{
color: #4E6EBA;
}
</style>
background-color css
<style>
a { background-color: #4E6EBA; }
a { background-color: rgb(78,110,186); }
div.DivClassName
{
background-color: #4E6EBA;
}
.BgClassName
{
background-color: #4E6EBA;
}
</style>
border-color css
<style>
span { border-color: #4E6EBA; }
span { border-color: rgb(78,110,186); }
td.TdClassName
{
border-color: #4E6EBA;
}
.TagClassName
{
border-color: #4E6EBA;
}
</style>