Shades of Havelock Blue #4E7BCD
Tints of Havelock Blue #4E7BCD
RGB
CMYK
RGB Variations
Color information
#4E7BCD (or 0x4E7BCD) is known color: Havelock Blue. HEX triplet: 4E, 7B and CD. RGB value is (78,123,205). Sum of RGB (Red+Green+Blue) = 78+123+205=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BCD is #B18432. Grayscale: #767676. Windows color (decimal): -11633715 or 13466446. OLE color: 13466446.
HSL color Cylindrical-coordinate representation of color #4E7BCD: hue angle of 218.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E7BCD is Cyan = 0.62, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 123 | 205 | - |
| CMYK | 0.62 | 0.4 | 0 | 0.20 |
| HSL | 218.74º | 0.56% | 0.55% | - |
| HSV(B) | 218.74º | 0.62% | 0.8% | - |
| XYZ | 21.24 | 20.19 | 60.54 | - |
| YUV | 118.89 | 176.59 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 205 | 0.62 | 0.4 | 0 | 0.20 | 218.74 | 0.56 | 0.55 |
| Hex | 4E | 7B | CD | 3E | 28 | 0 | 14 | DB | 38 | 37 |
| Octal | 116 | 173 | 315 | 76 | 50 | 0 | 24 | 333 | 70 | 67 |
| Binary | 1001110 | 1111011 | 11001101 | 111110 | 101000 | 0 | 10100 | 11011011 | 111000 | 110111 |
Color Harmonies of #4E7BCD
Complementary color
Monochromatic Colors of #4E7BCD
Black with #4E7BCD
Text Example
Text Example
White with #4E7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BCD; }
p { color: rgb(78,123,205); }
H1.HeaderClassName
{
color: #4E7BCD;
}
.AnyTagClassName
{
color: #4E7BCD;
}
</style>
background-color css
<style>
a { background-color: #4E7BCD; }
a { background-color: rgb(78,123,205); }
div.DivClassName
{
background-color: #4E7BCD;
}
.BgClassName
{
background-color: #4E7BCD;
}
</style>
border-color css
<style>
span { border-color: #4E7BCD; }
span { border-color: rgb(78,123,205); }
td.TdClassName
{
border-color: #4E7BCD;
}
.TagClassName
{
border-color: #4E7BCD;
}
</style>