Shades of Havelock Blue #4981CC
Tints of Havelock Blue #4981CC
RGB
CMYK
RGB Variations
Color information
#4981CC (or 0x4981CC) is known color: Havelock Blue. HEX triplet: 49, 81 and CC. RGB value is (73,129,204). Sum of RGB (Red+Green+Blue) = 73+129+204=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #4981CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4981CC is #B67E33. Grayscale: #787878. Windows color (decimal): -11959860 or 13402441. OLE color: 13402441.
HSL color Cylindrical-coordinate representation of color #4981CC: hue angle of 214.35º 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 #4981CC is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 129 | 204 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.2 |
| HSL | 214.35º | 0.56% | 0.54% | - |
| HSV(B) | 214.35º | 0.64% | 0.8% | - |
| XYZ | 21.5 | 21.48 | 60.14 | - |
| YUV | 120.81 | 174.95 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 204 | 0.64 | 0.37 | 0 | 0.2 | 214.35 | 0.56 | 0.54 |
| Hex | 49 | 81 | CC | 40 | 25 | 0 | 14 | D6 | 38 | 36 |
| Octal | 111 | 201 | 314 | 100 | 45 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1001001 | 10000001 | 11001100 | 1000000 | 100101 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4981CC
Complementary color
Monochromatic Colors of #4981CC
Black with #4981CC
Text Example
Text Example
White with #4981CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4981CC; }
p { color: rgb(73,129,204); }
H1.HeaderClassName
{
color: #4981CC;
}
.AnyTagClassName
{
color: #4981CC;
}
</style>
background-color css
<style>
a { background-color: #4981CC; }
a { background-color: rgb(73,129,204); }
div.DivClassName
{
background-color: #4981CC;
}
.BgClassName
{
background-color: #4981CC;
}
</style>
border-color css
<style>
span { border-color: #4981CC; }
span { border-color: rgb(73,129,204); }
td.TdClassName
{
border-color: #4981CC;
}
.TagClassName
{
border-color: #4981CC;
}
</style>