Shades of Havelock Blue #4982CC
Tints of Havelock Blue #4982CC
RGB
CMYK
RGB Variations
Color information
#4982CC (or 0x4982CC) is known color: Havelock Blue. HEX triplet: 49, 82 and CC. RGB value is (73,130,204). Sum of RGB (Red+Green+Blue) = 73+130+204=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4982CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982CC is #B67D33. Grayscale: #797979. Windows color (decimal): -11959604 or 13402697. OLE color: 13402697.
HSL color Cylindrical-coordinate representation of color #4982CC: hue angle of 213.89º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4982CC is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 130 | 204 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.2 |
| HSL | 213.89º | 0.56% | 0.54% | - |
| HSV(B) | 213.89º | 0.64% | 0.8% | - |
| XYZ | 21.63 | 21.74 | 60.18 | - |
| YUV | 121.39 | 174.62 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 204 | 0.64 | 0.36 | 0 | 0.2 | 213.89 | 0.56 | 0.54 |
| Hex | 49 | 82 | CC | 40 | 24 | 0 | 14 | D6 | 38 | 36 |
| Octal | 111 | 202 | 314 | 100 | 44 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1001001 | 10000010 | 11001100 | 1000000 | 100100 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4982CC
Complementary color
Monochromatic Colors of #4982CC
Black with #4982CC
Text Example
Text Example
White with #4982CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982CC; }
p { color: rgb(73,130,204); }
H1.HeaderClassName
{
color: #4982CC;
}
.AnyTagClassName
{
color: #4982CC;
}
</style>
background-color css
<style>
a { background-color: #4982CC; }
a { background-color: rgb(73,130,204); }
div.DivClassName
{
background-color: #4982CC;
}
.BgClassName
{
background-color: #4982CC;
}
</style>
border-color css
<style>
span { border-color: #4982CC; }
span { border-color: rgb(73,130,204); }
td.TdClassName
{
border-color: #4982CC;
}
.TagClassName
{
border-color: #4982CC;
}
</style>