Shades of Havelock Blue #4E6EC3
Tints of Havelock Blue #4E6EC3
RGB
CMYK
RGB Variations
Color information
#4E6EC3 (or 0x4E6EC3) is known color: Havelock Blue. HEX triplet: 4E, 6E and C3. RGB value is (78,110,195). Sum of RGB (Red+Green+Blue) = 78+110+195=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #4E6EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EC3 is #B1913C. Grayscale: #6D6D6D. Windows color (decimal): -11637053 or 12807758. OLE color: 12807758.
HSL color Cylindrical-coordinate representation of color #4E6EC3: hue angle of 223.59º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E6EC3 is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 110 | 195 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.24 |
| HSL | 223.59º | 0.49% | 0.54% | - |
| HSV(B) | 223.59º | 0.6% | 0.76% | - |
| XYZ | 18.57 | 16.71 | 53.88 | - |
| YUV | 110.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 195 | 0.6 | 0.44 | 0 | 0.24 | 223.59 | 0.49 | 0.54 |
| Hex | 4E | 6E | C3 | 3C | 2C | 0 | 18 | E0 | 31 | 36 |
| Octal | 116 | 156 | 303 | 74 | 54 | 0 | 30 | 340 | 61 | 66 |
| Binary | 1001110 | 1101110 | 11000011 | 111100 | 101100 | 0 | 11000 | 11100000 | 110001 | 110110 |
Color Harmonies of #4E6EC3
Complementary color
Monochromatic Colors of #4E6EC3
Black with #4E6EC3
Text Example
Text Example
White with #4E6EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EC3; }
p { color: rgb(78,110,195); }
H1.HeaderClassName
{
color: #4E6EC3;
}
.AnyTagClassName
{
color: #4E6EC3;
}
</style>
background-color css
<style>
a { background-color: #4E6EC3; }
a { background-color: rgb(78,110,195); }
div.DivClassName
{
background-color: #4E6EC3;
}
.BgClassName
{
background-color: #4E6EC3;
}
</style>
border-color css
<style>
span { border-color: #4E6EC3; }
span { border-color: rgb(78,110,195); }
td.TdClassName
{
border-color: #4E6EC3;
}
.TagClassName
{
border-color: #4E6EC3;
}
</style>