Shades of Havelock Blue #4882CA
Tints of Havelock Blue #4882CA
RGB
CMYK
RGB Variations
Color information
#4882CA (or 0x4882CA) is known color: Havelock Blue. HEX triplet: 48, 82 and CA. RGB value is (72,130,202). Sum of RGB (Red+Green+Blue) = 72+130+202=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #4882CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882CA is #B77D35. Grayscale: #787878. Windows color (decimal): -12025142 or 13271624. OLE color: 13271624.
HSL color Cylindrical-coordinate representation of color #4882CA: hue angle of 213.23º 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 #4882CA is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 130 | 202 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.21 |
| HSL | 213.23º | 0.55% | 0.54% | - |
| HSV(B) | 213.23º | 0.64% | 0.79% | - |
| XYZ | 21.32 | 21.61 | 58.92 | - |
| YUV | 120.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 202 | 0.64 | 0.36 | 0 | 0.21 | 213.23 | 0.55 | 0.54 |
| Hex | 48 | 82 | CA | 40 | 24 | 0 | 15 | D5 | 37 | 36 |
| Octal | 110 | 202 | 312 | 100 | 44 | 0 | 25 | 325 | 67 | 66 |
| Binary | 1001000 | 10000010 | 11001010 | 1000000 | 100100 | 0 | 10101 | 11010101 | 110111 | 110110 |
Color Harmonies of #4882CA
Complementary color
Monochromatic Colors of #4882CA
Black with #4882CA
Text Example
Text Example
White with #4882CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4882CA; }
p { color: rgb(72,130,202); }
H1.HeaderClassName
{
color: #4882CA;
}
.AnyTagClassName
{
color: #4882CA;
}
</style>
background-color css
<style>
a { background-color: #4882CA; }
a { background-color: rgb(72,130,202); }
div.DivClassName
{
background-color: #4882CA;
}
.BgClassName
{
background-color: #4882CA;
}
</style>
border-color css
<style>
span { border-color: #4882CA; }
span { border-color: rgb(72,130,202); }
td.TdClassName
{
border-color: #4882CA;
}
.TagClassName
{
border-color: #4882CA;
}
</style>