Shades of Havelock Blue #4C8ECA
Tints of Havelock Blue #4C8ECA
RGB
CMYK
RGB Variations
Color information
#4C8ECA (or 0x4C8ECA) is known color: Havelock Blue. HEX triplet: 4C, 8E and CA. RGB value is (76,142,202). Sum of RGB (Red+Green+Blue) = 76+142+202=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C8ECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ECA is #B37135. Grayscale: #808080. Windows color (decimal): -11759926 or 13274700. OLE color: 13274700.
HSL color Cylindrical-coordinate representation of color #4C8ECA: hue angle of 208.57º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C8ECA is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 142 | 202 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.21 |
| HSL | 208.57º | 0.54% | 0.55% | - |
| HSV(B) | 208.57º | 0.62% | 0.79% | - |
| XYZ | 23.31 | 25.15 | 59.5 | - |
| YUV | 129.11 | 169.13 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 142 | 202 | 0.62 | 0.30 | 0 | 0.21 | 208.57 | 0.54 | 0.55 |
| Hex | 4C | 8E | CA | 3E | 1E | 0 | 15 | D1 | 36 | 37 |
| Octal | 114 | 216 | 312 | 76 | 36 | 0 | 25 | 321 | 66 | 67 |
| Binary | 1001100 | 10001110 | 11001010 | 111110 | 11110 | 0 | 10101 | 11010001 | 110110 | 110111 |
Color Harmonies of #4C8ECA
Complementary color
Monochromatic Colors of #4C8ECA
Black with #4C8ECA
Text Example
Text Example
White with #4C8ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8ECA; }
p { color: rgb(76,142,202); }
H1.HeaderClassName
{
color: #4C8ECA;
}
.AnyTagClassName
{
color: #4C8ECA;
}
</style>
background-color css
<style>
a { background-color: #4C8ECA; }
a { background-color: rgb(76,142,202); }
div.DivClassName
{
background-color: #4C8ECA;
}
.BgClassName
{
background-color: #4C8ECA;
}
</style>
border-color css
<style>
span { border-color: #4C8ECA; }
span { border-color: rgb(76,142,202); }
td.TdClassName
{
border-color: #4C8ECA;
}
.TagClassName
{
border-color: #4C8ECA;
}
</style>