Shades of Havelock Blue #4E7BC6
Tints of Havelock Blue #4E7BC6
RGB
CMYK
RGB Variations
Color information
#4E7BC6 (or 0x4E7BC6) is known color: Havelock Blue. HEX triplet: 4E, 7B and C6. RGB value is (78,123,198). Sum of RGB (Red+Green+Blue) = 78+123+198=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #4E7BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BC6 is #B18439. Grayscale: #757575. Windows color (decimal): -11633722 or 13007694. OLE color: 13007694.
HSL color Cylindrical-coordinate representation of color #4E7BC6: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E7BC6 is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 123 | 198 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.22 |
| HSL | 217.5º | 0.51% | 0.54% | - |
| HSV(B) | 217.5º | 0.61% | 0.78% | - |
| XYZ | 20.42 | 19.86 | 56.18 | - |
| YUV | 118.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 198 | 0.61 | 0.38 | 0 | 0.22 | 217.5 | 0.51 | 0.54 |
| Hex | 4E | 7B | C6 | 3D | 26 | 0 | 16 | DA | 33 | 36 |
| Octal | 116 | 173 | 306 | 75 | 46 | 0 | 26 | 332 | 63 | 66 |
| Binary | 1001110 | 1111011 | 11000110 | 111101 | 100110 | 0 | 10110 | 11011010 | 110011 | 110110 |
Color Harmonies of #4E7BC6
Complementary color
Monochromatic Colors of #4E7BC6
Black with #4E7BC6
Text Example
Text Example
White with #4E7BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BC6; }
p { color: rgb(78,123,198); }
H1.HeaderClassName
{
color: #4E7BC6;
}
.AnyTagClassName
{
color: #4E7BC6;
}
</style>
background-color css
<style>
a { background-color: #4E7BC6; }
a { background-color: rgb(78,123,198); }
div.DivClassName
{
background-color: #4E7BC6;
}
.BgClassName
{
background-color: #4E7BC6;
}
</style>
border-color css
<style>
span { border-color: #4E7BC6; }
span { border-color: rgb(78,123,198); }
td.TdClassName
{
border-color: #4E7BC6;
}
.TagClassName
{
border-color: #4E7BC6;
}
</style>