Shades of Havelock Blue #4884CC
Tints of Havelock Blue #4884CC
RGB
CMYK
RGB Variations
Color information
#4884CC (or 0x4884CC) is known color: Havelock Blue. HEX triplet: 48, 84 and CC. RGB value is (72,132,204). Sum of RGB (Red+Green+Blue) = 72+132+204=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #4884CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4884CC is #B77B33. Grayscale: #797979. Windows color (decimal): -12024628 or 13403208. OLE color: 13403208.
HSL color Cylindrical-coordinate representation of color #4884CC: hue angle of 212.73º 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 #4884CC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 132 | 204 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.2 |
| HSL | 212.73º | 0.56% | 0.54% | - |
| HSV(B) | 212.73º | 0.65% | 0.8% | - |
| XYZ | 21.82 | 22.24 | 60.27 | - |
| YUV | 122.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 204 | 0.65 | 0.35 | 0 | 0.2 | 212.73 | 0.56 | 0.54 |
| Hex | 48 | 84 | CC | 41 | 23 | 0 | 14 | D5 | 38 | 36 |
| Octal | 110 | 204 | 314 | 101 | 43 | 0 | 24 | 325 | 70 | 66 |
| Binary | 1001000 | 10000100 | 11001100 | 1000001 | 100011 | 0 | 10100 | 11010101 | 111000 | 110110 |
Color Harmonies of #4884CC
Complementary color
Monochromatic Colors of #4884CC
Black with #4884CC
Text Example
Text Example
White with #4884CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4884CC; }
p { color: rgb(72,132,204); }
H1.HeaderClassName
{
color: #4884CC;
}
.AnyTagClassName
{
color: #4884CC;
}
</style>
background-color css
<style>
a { background-color: #4884CC; }
a { background-color: rgb(72,132,204); }
div.DivClassName
{
background-color: #4884CC;
}
.BgClassName
{
background-color: #4884CC;
}
</style>
border-color css
<style>
span { border-color: #4884CC; }
span { border-color: rgb(72,132,204); }
td.TdClassName
{
border-color: #4884CC;
}
.TagClassName
{
border-color: #4884CC;
}
</style>