Shades of Havelock Blue #4E7FC4
Tints of Havelock Blue #4E7FC4
RGB
CMYK
RGB Variations
Color information
#4E7FC4 (or 0x4E7FC4) is known color: Havelock Blue. HEX triplet: 4E, 7F and C4. RGB value is (78,127,196). Sum of RGB (Red+Green+Blue) = 78+127+196=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #4E7FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7FC4 is #B1803B. Grayscale: #777777. Windows color (decimal): -11632700 or 12877646. OLE color: 12877646.
HSL color Cylindrical-coordinate representation of color #4E7FC4: hue angle of 215.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E7FC4 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 127 | 196 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.23 |
| HSL | 215.08º | 0.5% | 0.54% | - |
| HSV(B) | 215.08º | 0.6% | 0.77% | - |
| XYZ | 20.7 | 20.78 | 55.15 | - |
| YUV | 120.22 | 170.77 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 196 | 0.60 | 0.35 | 0 | 0.23 | 215.08 | 0.5 | 0.54 |
| Hex | 4E | 7F | C4 | 3C | 23 | 0 | 17 | D7 | 32 | 36 |
| Octal | 116 | 177 | 304 | 74 | 43 | 0 | 27 | 327 | 62 | 66 |
| Binary | 1001110 | 1111111 | 11000100 | 111100 | 100011 | 0 | 10111 | 11010111 | 110010 | 110110 |
Color Harmonies of #4E7FC4
Complementary color
Monochromatic Colors of #4E7FC4
Black with #4E7FC4
Text Example
Text Example
White with #4E7FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7FC4; }
p { color: rgb(78,127,196); }
H1.HeaderClassName
{
color: #4E7FC4;
}
.AnyTagClassName
{
color: #4E7FC4;
}
</style>
background-color css
<style>
a { background-color: #4E7FC4; }
a { background-color: rgb(78,127,196); }
div.DivClassName
{
background-color: #4E7FC4;
}
.BgClassName
{
background-color: #4E7FC4;
}
</style>
border-color css
<style>
span { border-color: #4E7FC4; }
span { border-color: rgb(78,127,196); }
td.TdClassName
{
border-color: #4E7FC4;
}
.TagClassName
{
border-color: #4E7FC4;
}
</style>