Shades of Havelock Blue #4885CA
Tints of Havelock Blue #4885CA
RGB
CMYK
RGB Variations
Color information
#4885CA (or 0x4885CA) is known color: Havelock Blue. HEX triplet: 48, 85 and CA. RGB value is (72,133,202). Sum of RGB (Red+Green+Blue) = 72+133+202=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #4885CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885CA is #B77A35. Grayscale: #7A7A7A. Windows color (decimal): -12024374 or 13272392. OLE color: 13272392.
HSL color Cylindrical-coordinate representation of color #4885CA: hue angle of 211.85º 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 #4885CA is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 133 | 202 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.21 |
| HSL | 211.85º | 0.55% | 0.54% | - |
| HSV(B) | 211.85º | 0.64% | 0.79% | - |
| XYZ | 21.72 | 22.42 | 59.06 | - |
| YUV | 122.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 202 | 0.64 | 0.34 | 0 | 0.21 | 211.85 | 0.55 | 0.54 |
| Hex | 48 | 85 | CA | 40 | 22 | 0 | 15 | D4 | 37 | 36 |
| Octal | 110 | 205 | 312 | 100 | 42 | 0 | 25 | 324 | 67 | 66 |
| Binary | 1001000 | 10000101 | 11001010 | 1000000 | 100010 | 0 | 10101 | 11010100 | 110111 | 110110 |
Color Harmonies of #4885CA
Complementary color
Monochromatic Colors of #4885CA
Black with #4885CA
Text Example
Text Example
White with #4885CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885CA; }
p { color: rgb(72,133,202); }
H1.HeaderClassName
{
color: #4885CA;
}
.AnyTagClassName
{
color: #4885CA;
}
</style>
background-color css
<style>
a { background-color: #4885CA; }
a { background-color: rgb(72,133,202); }
div.DivClassName
{
background-color: #4885CA;
}
.BgClassName
{
background-color: #4885CA;
}
</style>
border-color css
<style>
span { border-color: #4885CA; }
span { border-color: rgb(72,133,202); }
td.TdClassName
{
border-color: #4885CA;
}
.TagClassName
{
border-color: #4885CA;
}
</style>