Shades of Havelock Blue #4884CB
Tints of Havelock Blue #4884CB
RGB
CMYK
RGB Variations
Color information
#4884CB (or 0x4884CB) is known color: Havelock Blue. HEX triplet: 48, 84 and CB. RGB value is (72,132,203). Sum of RGB (Red+Green+Blue) = 72+132+203=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #4884CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884CB is #B77B34. Grayscale: #797979. Windows color (decimal): -12024629 or 13337672. OLE color: 13337672.
HSL color Cylindrical-coordinate representation of color #4884CB: hue angle of 212.52º 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 #4884CB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 132 | 203 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.20 |
| HSL | 212.52º | 0.56% | 0.54% | - |
| HSV(B) | 212.52º | 0.65% | 0.8% | - |
| XYZ | 21.7 | 22.19 | 59.64 | - |
| YUV | 122.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 203 | 0.65 | 0.35 | 0 | 0.20 | 212.52 | 0.56 | 0.54 |
| Hex | 48 | 84 | CB | 41 | 23 | 0 | 14 | D5 | 38 | 36 |
| Octal | 110 | 204 | 313 | 101 | 43 | 0 | 24 | 325 | 70 | 66 |
| Binary | 1001000 | 10000100 | 11001011 | 1000001 | 100011 | 0 | 10100 | 11010101 | 111000 | 110110 |
Color Harmonies of #4884CB
Complementary color
Monochromatic Colors of #4884CB
Black with #4884CB
Text Example
Text Example
White with #4884CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4884CB; }
p { color: rgb(72,132,203); }
H1.HeaderClassName
{
color: #4884CB;
}
.AnyTagClassName
{
color: #4884CB;
}
</style>
background-color css
<style>
a { background-color: #4884CB; }
a { background-color: rgb(72,132,203); }
div.DivClassName
{
background-color: #4884CB;
}
.BgClassName
{
background-color: #4884CB;
}
</style>
border-color css
<style>
span { border-color: #4884CB; }
span { border-color: rgb(72,132,203); }
td.TdClassName
{
border-color: #4884CB;
}
.TagClassName
{
border-color: #4884CB;
}
</style>