Shades of Havelock Blue #4982CB
Tints of Havelock Blue #4982CB
RGB
CMYK
RGB Variations
Color information
#4982CB (or 0x4982CB) is known color: Havelock Blue. HEX triplet: 49, 82 and CB. RGB value is (73,130,203). Sum of RGB (Red+Green+Blue) = 73+130+203=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4982CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4982CB is #B67D34. Grayscale: #787878. Windows color (decimal): -11959605 or 13337161. OLE color: 13337161.
HSL color Cylindrical-coordinate representation of color #4982CB: hue angle of 213.69º 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 #4982CB is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 130 | 203 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.20 |
| HSL | 213.69º | 0.56% | 0.54% | - |
| HSV(B) | 213.69º | 0.64% | 0.8% | - |
| XYZ | 21.51 | 21.69 | 59.55 | - |
| YUV | 121.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 203 | 0.64 | 0.36 | 0 | 0.20 | 213.69 | 0.56 | 0.54 |
| Hex | 49 | 82 | CB | 40 | 24 | 0 | 14 | D6 | 38 | 36 |
| Octal | 111 | 202 | 313 | 100 | 44 | 0 | 24 | 326 | 70 | 66 |
| Binary | 1001001 | 10000010 | 11001011 | 1000000 | 100100 | 0 | 10100 | 11010110 | 111000 | 110110 |
Color Harmonies of #4982CB
Complementary color
Monochromatic Colors of #4982CB
Black with #4982CB
Text Example
Text Example
White with #4982CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982CB; }
p { color: rgb(73,130,203); }
H1.HeaderClassName
{
color: #4982CB;
}
.AnyTagClassName
{
color: #4982CB;
}
</style>
background-color css
<style>
a { background-color: #4982CB; }
a { background-color: rgb(73,130,203); }
div.DivClassName
{
background-color: #4982CB;
}
.BgClassName
{
background-color: #4982CB;
}
</style>
border-color css
<style>
span { border-color: #4982CB; }
span { border-color: rgb(73,130,203); }
td.TdClassName
{
border-color: #4982CB;
}
.TagClassName
{
border-color: #4982CB;
}
</style>