Shades of Havelock Blue #4888CC
Tints of Havelock Blue #4888CC
RGB
CMYK
RGB Variations
Color information
#4888CC (or 0x4888CC) is known color: Havelock Blue. HEX triplet: 48, 88 and CC. RGB value is (72,136,204). Sum of RGB (Red+Green+Blue) = 72+136+204=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #4888CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888CC is #B77733. Grayscale: #7C7C7C. Windows color (decimal): -12023604 or 13404232. OLE color: 13404232.
HSL color Cylindrical-coordinate representation of color #4888CC: hue angle of 210.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4888CC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 136 | 204 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.2 |
| HSL | 210.91º | 0.56% | 0.54% | - |
| HSV(B) | 210.91º | 0.65% | 0.8% | - |
| XYZ | 22.38 | 23.35 | 60.45 | - |
| YUV | 124.62 | 172.8 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 204 | 0.65 | 0.33 | 0 | 0.2 | 210.91 | 0.56 | 0.54 |
| Hex | 48 | 88 | CC | 41 | 21 | 0 | 14 | D3 | 38 | 36 |
| Octal | 110 | 210 | 314 | 101 | 41 | 0 | 24 | 323 | 70 | 66 |
| Binary | 1001000 | 10001000 | 11001100 | 1000001 | 100001 | 0 | 10100 | 11010011 | 111000 | 110110 |
Color Harmonies of #4888CC
Complementary color
Monochromatic Colors of #4888CC
Black with #4888CC
Text Example
Text Example
White with #4888CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888CC; }
p { color: rgb(72,136,204); }
H1.HeaderClassName
{
color: #4888CC;
}
.AnyTagClassName
{
color: #4888CC;
}
</style>
background-color css
<style>
a { background-color: #4888CC; }
a { background-color: rgb(72,136,204); }
div.DivClassName
{
background-color: #4888CC;
}
.BgClassName
{
background-color: #4888CC;
}
</style>
border-color css
<style>
span { border-color: #4888CC; }
span { border-color: rgb(72,136,204); }
td.TdClassName
{
border-color: #4888CC;
}
.TagClassName
{
border-color: #4888CC;
}
</style>