Shades of Havelock Blue #4888CB
Tints of Havelock Blue #4888CB
RGB
CMYK
RGB Variations
Color information
#4888CB (or 0x4888CB) is known color: Havelock Blue. HEX triplet: 48, 88 and CB. RGB value is (72,136,203). Sum of RGB (Red+Green+Blue) = 72+136+203=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #4888CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4888CB is #B77734. Grayscale: #7C7C7C. Windows color (decimal): -12023605 or 13338696. OLE color: 13338696.
HSL color Cylindrical-coordinate representation of color #4888CB: hue angle of 210.69º 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 #4888CB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 136 | 203 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.20 |
| HSL | 210.69º | 0.56% | 0.54% | - |
| HSV(B) | 210.69º | 0.65% | 0.8% | - |
| XYZ | 22.26 | 23.3 | 59.82 | - |
| YUV | 124.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 203 | 0.65 | 0.33 | 0 | 0.20 | 210.69 | 0.56 | 0.54 |
| Hex | 48 | 88 | CB | 41 | 21 | 0 | 14 | D3 | 38 | 36 |
| Octal | 110 | 210 | 313 | 101 | 41 | 0 | 24 | 323 | 70 | 66 |
| Binary | 1001000 | 10001000 | 11001011 | 1000001 | 100001 | 0 | 10100 | 11010011 | 111000 | 110110 |
Color Harmonies of #4888CB
Complementary color
Monochromatic Colors of #4888CB
Black with #4888CB
Text Example
Text Example
White with #4888CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888CB; }
p { color: rgb(72,136,203); }
H1.HeaderClassName
{
color: #4888CB;
}
.AnyTagClassName
{
color: #4888CB;
}
</style>
background-color css
<style>
a { background-color: #4888CB; }
a { background-color: rgb(72,136,203); }
div.DivClassName
{
background-color: #4888CB;
}
.BgClassName
{
background-color: #4888CB;
}
</style>
border-color css
<style>
span { border-color: #4888CB; }
span { border-color: rgb(72,136,203); }
td.TdClassName
{
border-color: #4888CB;
}
.TagClassName
{
border-color: #4888CB;
}
</style>