Shades of Havelock Blue #4E6FBE
Tints of Havelock Blue #4E6FBE
RGB
CMYK
RGB Variations
Color information
#4E6FBE (or 0x4E6FBE) is known color: Havelock Blue. HEX triplet: 4E, 6F and BE. RGB value is (78,111,190). Sum of RGB (Red+Green+Blue) = 78+111+190=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E6FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FBE is #B19041. Grayscale: #6D6D6D. Windows color (decimal): -11636802 or 12480334. OLE color: 12480334.
HSL color Cylindrical-coordinate representation of color #4E6FBE: hue angle of 222.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E6FBE is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 111 | 190 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.25 |
| HSL | 222.32º | 0.46% | 0.53% | - |
| HSV(B) | 222.32º | 0.59% | 0.75% | - |
| XYZ | 18.12 | 16.71 | 50.98 | - |
| YUV | 110.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 190 | 0.59 | 0.42 | 0 | 0.25 | 222.32 | 0.46 | 0.53 |
| Hex | 4E | 6F | BE | 3B | 2A | 0 | 19 | DE | 2E | 35 |
| Octal | 116 | 157 | 276 | 73 | 52 | 0 | 31 | 336 | 56 | 65 |
| Binary | 1001110 | 1101111 | 10111110 | 111011 | 101010 | 0 | 11001 | 11011110 | 101110 | 110101 |
Color Harmonies of #4E6FBE
Complementary color
Monochromatic Colors of #4E6FBE
Black with #4E6FBE
Text Example
Text Example
White with #4E6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FBE; }
p { color: rgb(78,111,190); }
H1.HeaderClassName
{
color: #4E6FBE;
}
.AnyTagClassName
{
color: #4E6FBE;
}
</style>
background-color css
<style>
a { background-color: #4E6FBE; }
a { background-color: rgb(78,111,190); }
div.DivClassName
{
background-color: #4E6FBE;
}
.BgClassName
{
background-color: #4E6FBE;
}
</style>
border-color css
<style>
span { border-color: #4E6FBE; }
span { border-color: rgb(78,111,190); }
td.TdClassName
{
border-color: #4E6FBE;
}
.TagClassName
{
border-color: #4E6FBE;
}
</style>