Shades of Havelock Blue #4887CA
Tints of Havelock Blue #4887CA
RGB
CMYK
RGB Variations
Color information
#4887CA (or 0x4887CA) is known color: Havelock Blue. HEX triplet: 48, 87 and CA. RGB value is (72,135,202). Sum of RGB (Red+Green+Blue) = 72+135+202=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #4887CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4887CA is #B77835. Grayscale: #7B7B7B. Windows color (decimal): -12023862 or 13272904. OLE color: 13272904.
HSL color Cylindrical-coordinate representation of color #4887CA: hue angle of 210.92º 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 #4887CA is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 135 | 202 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.21 |
| HSL | 210.92º | 0.55% | 0.54% | - |
| HSV(B) | 210.92º | 0.64% | 0.79% | - |
| XYZ | 22 | 22.97 | 59.15 | - |
| YUV | 123.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 202 | 0.64 | 0.33 | 0 | 0.21 | 210.92 | 0.55 | 0.54 |
| Hex | 48 | 87 | CA | 40 | 21 | 0 | 15 | D3 | 37 | 36 |
| Octal | 110 | 207 | 312 | 100 | 41 | 0 | 25 | 323 | 67 | 66 |
| Binary | 1001000 | 10000111 | 11001010 | 1000000 | 100001 | 0 | 10101 | 11010011 | 110111 | 110110 |
Color Harmonies of #4887CA
Complementary color
Monochromatic Colors of #4887CA
Black with #4887CA
Text Example
Text Example
White with #4887CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4887CA; }
p { color: rgb(72,135,202); }
H1.HeaderClassName
{
color: #4887CA;
}
.AnyTagClassName
{
color: #4887CA;
}
</style>
background-color css
<style>
a { background-color: #4887CA; }
a { background-color: rgb(72,135,202); }
div.DivClassName
{
background-color: #4887CA;
}
.BgClassName
{
background-color: #4887CA;
}
</style>
border-color css
<style>
span { border-color: #4887CA; }
span { border-color: rgb(72,135,202); }
td.TdClassName
{
border-color: #4887CA;
}
.TagClassName
{
border-color: #4887CA;
}
</style>