Shades of Havelock Blue #4E7BCA
Tints of Havelock Blue #4E7BCA
RGB
CMYK
RGB Variations
Color information
#4E7BCA (or 0x4E7BCA) is known color: Havelock Blue. HEX triplet: 4E, 7B and CA. RGB value is (78,123,202). Sum of RGB (Red+Green+Blue) = 78+123+202=403 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.35% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E7BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BCA is #B18435. Grayscale: #767676. Windows color (decimal): -11633718 or 13269838. OLE color: 13269838.
HSL color Cylindrical-coordinate representation of color #4E7BCA: hue angle of 218.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E7BCA is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 123 | 202 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.21 |
| HSL | 218.23º | 0.54% | 0.55% | - |
| HSV(B) | 218.23º | 0.61% | 0.79% | - |
| XYZ | 20.89 | 20.05 | 58.65 | - |
| YUV | 118.55 | 175.09 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 202 | 0.61 | 0.39 | 0 | 0.21 | 218.23 | 0.54 | 0.55 |
| Hex | 4E | 7B | CA | 3D | 27 | 0 | 15 | DA | 36 | 37 |
| Octal | 116 | 173 | 312 | 75 | 47 | 0 | 25 | 332 | 66 | 67 |
| Binary | 1001110 | 1111011 | 11001010 | 111101 | 100111 | 0 | 10101 | 11011010 | 110110 | 110111 |
Color Harmonies of #4E7BCA
Complementary color
Monochromatic Colors of #4E7BCA
Black with #4E7BCA
Text Example
Text Example
White with #4E7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BCA; }
p { color: rgb(78,123,202); }
H1.HeaderClassName
{
color: #4E7BCA;
}
.AnyTagClassName
{
color: #4E7BCA;
}
</style>
background-color css
<style>
a { background-color: #4E7BCA; }
a { background-color: rgb(78,123,202); }
div.DivClassName
{
background-color: #4E7BCA;
}
.BgClassName
{
background-color: #4E7BCA;
}
</style>
border-color css
<style>
span { border-color: #4E7BCA; }
span { border-color: rgb(78,123,202); }
td.TdClassName
{
border-color: #4E7BCA;
}
.TagClassName
{
border-color: #4E7BCA;
}
</style>