Shades of Havelock Blue #4E7AC1
Tints of Havelock Blue #4E7AC1
RGB
CMYK
RGB Variations
Color information
#4E7AC1 (or 0x4E7AC1) is known color: Havelock Blue. HEX triplet: 4E, 7A and C1. RGB value is (78,122,193). Sum of RGB (Red+Green+Blue) = 78+122+193=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E7AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7AC1 is #B1853E. Grayscale: #747474. Windows color (decimal): -11633983 or 12679758. OLE color: 12679758.
HSL color Cylindrical-coordinate representation of color #4E7AC1: hue angle of 217.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E7AC1 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 122 | 193 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.24 |
| HSL | 217.04º | 0.48% | 0.53% | - |
| HSV(B) | 217.04º | 0.6% | 0.76% | - |
| XYZ | 19.73 | 19.39 | 53.15 | - |
| YUV | 116.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 193 | 0.60 | 0.37 | 0 | 0.24 | 217.04 | 0.48 | 0.53 |
| Hex | 4E | 7A | C1 | 3C | 25 | 0 | 18 | D9 | 30 | 35 |
| Octal | 116 | 172 | 301 | 74 | 45 | 0 | 30 | 331 | 60 | 65 |
| Binary | 1001110 | 1111010 | 11000001 | 111100 | 100101 | 0 | 11000 | 11011001 | 110000 | 110101 |
Color Harmonies of #4E7AC1
Complementary color
Monochromatic Colors of #4E7AC1
Black with #4E7AC1
Text Example
Text Example
White with #4E7AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7AC1; }
p { color: rgb(78,122,193); }
H1.HeaderClassName
{
color: #4E7AC1;
}
.AnyTagClassName
{
color: #4E7AC1;
}
</style>
background-color css
<style>
a { background-color: #4E7AC1; }
a { background-color: rgb(78,122,193); }
div.DivClassName
{
background-color: #4E7AC1;
}
.BgClassName
{
background-color: #4E7AC1;
}
</style>
border-color css
<style>
span { border-color: #4E7AC1; }
span { border-color: rgb(78,122,193); }
td.TdClassName
{
border-color: #4E7AC1;
}
.TagClassName
{
border-color: #4E7AC1;
}
</style>