Shades of Havelock Blue #4A88CE
Tints of Havelock Blue #4A88CE
RGB
CMYK
RGB Variations
Color information
#4A88CE (or 0x4A88CE) is known color: Havelock Blue. HEX triplet: 4A, 88 and CE. RGB value is (74,136,206). Sum of RGB (Red+Green+Blue) = 74+136+206=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88CE is #B57731. Grayscale: #7D7D7D. Windows color (decimal): -11892530 or 13535306. OLE color: 13535306.
HSL color Cylindrical-coordinate representation of color #4A88CE: hue angle of 211.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A88CE is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 136 | 206 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.19 |
| HSL | 211.82º | 0.57% | 0.55% | - |
| HSV(B) | 211.82º | 0.64% | 0.81% | - |
| XYZ | 22.77 | 23.52 | 61.73 | - |
| YUV | 125.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 206 | 0.64 | 0.34 | 0 | 0.19 | 211.82 | 0.57 | 0.55 |
| Hex | 4A | 88 | CE | 40 | 22 | 0 | 13 | D4 | 39 | 37 |
| Octal | 112 | 210 | 316 | 100 | 42 | 0 | 23 | 324 | 71 | 67 |
| Binary | 1001010 | 10001000 | 11001110 | 1000000 | 100010 | 0 | 10011 | 11010100 | 111001 | 110111 |
Color Harmonies of #4A88CE
Complementary color
Monochromatic Colors of #4A88CE
Black with #4A88CE
Text Example
Text Example
White with #4A88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A88CE; }
p { color: rgb(74,136,206); }
H1.HeaderClassName
{
color: #4A88CE;
}
.AnyTagClassName
{
color: #4A88CE;
}
</style>
background-color css
<style>
a { background-color: #4A88CE; }
a { background-color: rgb(74,136,206); }
div.DivClassName
{
background-color: #4A88CE;
}
.BgClassName
{
background-color: #4A88CE;
}
</style>
border-color css
<style>
span { border-color: #4A88CE; }
span { border-color: rgb(74,136,206); }
td.TdClassName
{
border-color: #4A88CE;
}
.TagClassName
{
border-color: #4A88CE;
}
</style>