Shades of Havelock Blue #4E6DBE
Tints of Havelock Blue #4E6DBE
RGB
CMYK
RGB Variations
Color information
#4E6DBE (or 0x4E6DBE) is known color: Havelock Blue. HEX triplet: 4E, 6D and BE. RGB value is (78,109,190). Sum of RGB (Red+Green+Blue) = 78+109+190=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6DBE is #B19241. Grayscale: #6C6C6C. Windows color (decimal): -11637314 or 12479822. OLE color: 12479822.
HSL color Cylindrical-coordinate representation of color #4E6DBE: hue angle of 223.39º 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 #4E6DBE is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 109 | 190 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.25 |
| HSL | 223.39º | 0.46% | 0.53% | - |
| HSV(B) | 223.39º | 0.59% | 0.75% | - |
| XYZ | 17.9 | 16.27 | 50.91 | - |
| YUV | 108.97 | 173.73 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 190 | 0.59 | 0.43 | 0 | 0.25 | 223.39 | 0.46 | 0.53 |
| Hex | 4E | 6D | BE | 3B | 2B | 0 | 19 | DF | 2E | 35 |
| Octal | 116 | 155 | 276 | 73 | 53 | 0 | 31 | 337 | 56 | 65 |
| Binary | 1001110 | 1101101 | 10111110 | 111011 | 101011 | 0 | 11001 | 11011111 | 101110 | 110101 |
Color Harmonies of #4E6DBE
Complementary color
Monochromatic Colors of #4E6DBE
Black with #4E6DBE
Text Example
Text Example
White with #4E6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DBE; }
p { color: rgb(78,109,190); }
H1.HeaderClassName
{
color: #4E6DBE;
}
.AnyTagClassName
{
color: #4E6DBE;
}
</style>
background-color css
<style>
a { background-color: #4E6DBE; }
a { background-color: rgb(78,109,190); }
div.DivClassName
{
background-color: #4E6DBE;
}
.BgClassName
{
background-color: #4E6DBE;
}
</style>
border-color css
<style>
span { border-color: #4E6DBE; }
span { border-color: rgb(78,109,190); }
td.TdClassName
{
border-color: #4E6DBE;
}
.TagClassName
{
border-color: #4E6DBE;
}
</style>