Shades of Havelock Blue #4980CD
Tints of Havelock Blue #4980CD
RGB
CMYK
RGB Variations
Color information
#4980CD (or 0x4980CD) is known color: Havelock Blue. HEX triplet: 49, 80 and CD. RGB value is (73,128,205). Sum of RGB (Red+Green+Blue) = 73+128+205=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #4980CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980CD is #B67F32. Grayscale: #777777. Windows color (decimal): -11960115 or 13467721. OLE color: 13467721.
HSL color Cylindrical-coordinate representation of color #4980CD: hue angle of 215º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4980CD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 128 | 205 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.20 |
| HSL | 215º | 0.57% | 0.55% | - |
| HSV(B) | 215º | 0.64% | 0.8% | - |
| XYZ | 21.49 | 21.26 | 60.73 | - |
| YUV | 120.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 205 | 0.64 | 0.38 | 0 | 0.20 | 215 | 0.57 | 0.55 |
| Hex | 49 | 80 | CD | 40 | 26 | 0 | 14 | D7 | 39 | 37 |
| Octal | 111 | 200 | 315 | 100 | 46 | 0 | 24 | 327 | 71 | 67 |
| Binary | 1001001 | 10000000 | 11001101 | 1000000 | 100110 | 0 | 10100 | 11010111 | 111001 | 110111 |
Color Harmonies of #4980CD
Complementary color
Monochromatic Colors of #4980CD
Black with #4980CD
Text Example
Text Example
White with #4980CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980CD; }
p { color: rgb(73,128,205); }
H1.HeaderClassName
{
color: #4980CD;
}
.AnyTagClassName
{
color: #4980CD;
}
</style>
background-color css
<style>
a { background-color: #4980CD; }
a { background-color: rgb(73,128,205); }
div.DivClassName
{
background-color: #4980CD;
}
.BgClassName
{
background-color: #4980CD;
}
</style>
border-color css
<style>
span { border-color: #4980CD; }
span { border-color: rgb(73,128,205); }
td.TdClassName
{
border-color: #4980CD;
}
.TagClassName
{
border-color: #4980CD;
}
</style>