Shades of Havelock Blue #4A7ECA
Tints of Havelock Blue #4A7ECA
RGB
CMYK
RGB Variations
Color information
#4A7ECA (or 0x4A7ECA) is known color: Havelock Blue. HEX triplet: 4A, 7E and CA. RGB value is (74,126,202). Sum of RGB (Red+Green+Blue) = 74+126+202=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A7ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7ECA is #B58135. Grayscale: #767676. Windows color (decimal): -11895094 or 13270602. OLE color: 13270602.
HSL color Cylindrical-coordinate representation of color #4A7ECA: hue angle of 215.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A7ECA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 126 | 202 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.21 |
| HSL | 215.63º | 0.55% | 0.54% | - |
| HSV(B) | 215.63º | 0.63% | 0.79% | - |
| XYZ | 20.95 | 20.64 | 58.76 | - |
| YUV | 119.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 202 | 0.63 | 0.38 | 0 | 0.21 | 215.63 | 0.55 | 0.54 |
| Hex | 4A | 7E | CA | 3F | 26 | 0 | 15 | D8 | 37 | 36 |
| Octal | 112 | 176 | 312 | 77 | 46 | 0 | 25 | 330 | 67 | 66 |
| Binary | 1001010 | 1111110 | 11001010 | 111111 | 100110 | 0 | 10101 | 11011000 | 110111 | 110110 |
Color Harmonies of #4A7ECA
Complementary color
Monochromatic Colors of #4A7ECA
Black with #4A7ECA
Text Example
Text Example
White with #4A7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7ECA; }
p { color: rgb(74,126,202); }
H1.HeaderClassName
{
color: #4A7ECA;
}
.AnyTagClassName
{
color: #4A7ECA;
}
</style>
background-color css
<style>
a { background-color: #4A7ECA; }
a { background-color: rgb(74,126,202); }
div.DivClassName
{
background-color: #4A7ECA;
}
.BgClassName
{
background-color: #4A7ECA;
}
</style>
border-color css
<style>
span { border-color: #4A7ECA; }
span { border-color: rgb(74,126,202); }
td.TdClassName
{
border-color: #4A7ECA;
}
.TagClassName
{
border-color: #4A7ECA;
}
</style>