Shades of Havelock Blue #4888CA
Tints of Havelock Blue #4888CA
RGB
CMYK
RGB Variations
Color information
#4888CA (or 0x4888CA) is known color: Havelock Blue. HEX triplet: 48, 88 and CA. RGB value is (72,136,202). Sum of RGB (Red+Green+Blue) = 72+136+202=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #4888CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888CA is #B77735. Grayscale: #7C7C7C. Windows color (decimal): -12023606 or 13273160. OLE color: 13273160.
HSL color Cylindrical-coordinate representation of color #4888CA: hue angle of 210.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4888CA is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 136 | 202 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.21 |
| HSL | 210.46º | 0.55% | 0.54% | - |
| HSV(B) | 210.46º | 0.64% | 0.79% | - |
| XYZ | 22.14 | 23.25 | 59.2 | - |
| YUV | 124.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 202 | 0.64 | 0.33 | 0 | 0.21 | 210.46 | 0.55 | 0.54 |
| Hex | 48 | 88 | CA | 40 | 21 | 0 | 15 | D2 | 37 | 36 |
| Octal | 110 | 210 | 312 | 100 | 41 | 0 | 25 | 322 | 67 | 66 |
| Binary | 1001000 | 10001000 | 11001010 | 1000000 | 100001 | 0 | 10101 | 11010010 | 110111 | 110110 |
Color Harmonies of #4888CA
Complementary color
Monochromatic Colors of #4888CA
Black with #4888CA
Text Example
Text Example
White with #4888CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888CA; }
p { color: rgb(72,136,202); }
H1.HeaderClassName
{
color: #4888CA;
}
.AnyTagClassName
{
color: #4888CA;
}
</style>
background-color css
<style>
a { background-color: #4888CA; }
a { background-color: rgb(72,136,202); }
div.DivClassName
{
background-color: #4888CA;
}
.BgClassName
{
background-color: #4888CA;
}
</style>
border-color css
<style>
span { border-color: #4888CA; }
span { border-color: rgb(72,136,202); }
td.TdClassName
{
border-color: #4888CA;
}
.TagClassName
{
border-color: #4888CA;
}
</style>