Shades of Havelock Blue #4980CE
Tints of Havelock Blue #4980CE
RGB
CMYK
RGB Variations
Color information
#4980CE (or 0x4980CE) is known color: Havelock Blue. HEX triplet: 49, 80 and CE. RGB value is (73,128,206). Sum of RGB (Red+Green+Blue) = 73+128+206=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4980CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4980CE is #B67F31. Grayscale: #787878. Windows color (decimal): -11960114 or 13533257. OLE color: 13533257.
HSL color Cylindrical-coordinate representation of color #4980CE: hue angle of 215.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4980CE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 128 | 206 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.19 |
| HSL | 215.19º | 0.58% | 0.55% | - |
| HSV(B) | 215.19º | 0.65% | 0.81% | - |
| XYZ | 21.61 | 21.31 | 61.37 | - |
| YUV | 120.45 | 176.28 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 206 | 0.65 | 0.38 | 0 | 0.19 | 215.19 | 0.58 | 0.55 |
| Hex | 49 | 80 | CE | 41 | 26 | 0 | 13 | D7 | 3A | 37 |
| Octal | 111 | 200 | 316 | 101 | 46 | 0 | 23 | 327 | 72 | 67 |
| Binary | 1001001 | 10000000 | 11001110 | 1000001 | 100110 | 0 | 10011 | 11010111 | 111010 | 110111 |
Color Harmonies of #4980CE
Complementary color
Monochromatic Colors of #4980CE
Black with #4980CE
Text Example
Text Example
White with #4980CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980CE; }
p { color: rgb(73,128,206); }
H1.HeaderClassName
{
color: #4980CE;
}
.AnyTagClassName
{
color: #4980CE;
}
</style>
background-color css
<style>
a { background-color: #4980CE; }
a { background-color: rgb(73,128,206); }
div.DivClassName
{
background-color: #4980CE;
}
.BgClassName
{
background-color: #4980CE;
}
</style>
border-color css
<style>
span { border-color: #4980CE; }
span { border-color: rgb(73,128,206); }
td.TdClassName
{
border-color: #4980CE;
}
.TagClassName
{
border-color: #4980CE;
}
</style>