Shades of Havelock Blue #4A88CA
Tints of Havelock Blue #4A88CA
RGB
CMYK
RGB Variations
Color information
#4A88CA (or 0x4A88CA) is known color: Havelock Blue. HEX triplet: 4A, 88 and CA. RGB value is (74,136,202). Sum of RGB (Red+Green+Blue) = 74+136+202=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A88CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88CA is #B57735. Grayscale: #7C7C7C. Windows color (decimal): -11892534 or 13273162. OLE color: 13273162.
HSL color Cylindrical-coordinate representation of color #4A88CA: hue angle of 210.94º 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 #4A88CA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 136 | 202 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.21 |
| HSL | 210.94º | 0.55% | 0.54% | - |
| HSV(B) | 210.94º | 0.63% | 0.79% | - |
| XYZ | 22.29 | 23.33 | 59.21 | - |
| YUV | 124.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 202 | 0.63 | 0.33 | 0 | 0.21 | 210.94 | 0.55 | 0.54 |
| Hex | 4A | 88 | CA | 3F | 21 | 0 | 15 | D3 | 37 | 36 |
| Octal | 112 | 210 | 312 | 77 | 41 | 0 | 25 | 323 | 67 | 66 |
| Binary | 1001010 | 10001000 | 11001010 | 111111 | 100001 | 0 | 10101 | 11010011 | 110111 | 110110 |
Color Harmonies of #4A88CA
Complementary color
Monochromatic Colors of #4A88CA
Black with #4A88CA
Text Example
Text Example
White with #4A88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A88CA; }
p { color: rgb(74,136,202); }
H1.HeaderClassName
{
color: #4A88CA;
}
.AnyTagClassName
{
color: #4A88CA;
}
</style>
background-color css
<style>
a { background-color: #4A88CA; }
a { background-color: rgb(74,136,202); }
div.DivClassName
{
background-color: #4A88CA;
}
.BgClassName
{
background-color: #4A88CA;
}
</style>
border-color css
<style>
span { border-color: #4A88CA; }
span { border-color: rgb(74,136,202); }
td.TdClassName
{
border-color: #4A88CA;
}
.TagClassName
{
border-color: #4A88CA;
}
</style>