Shades of Havelock Blue #4990CE
Tints of Havelock Blue #4990CE
RGB
CMYK
RGB Variations
Color information
#4990CE (or 0x4990CE) is known color: Havelock Blue. HEX triplet: 49, 90 and CE. RGB value is (73,144,206). Sum of RGB (Red+Green+Blue) = 73+144+206=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4990CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990CE is #B66F31. Grayscale: #818181. Windows color (decimal): -11956018 or 13537353. OLE color: 13537353.
HSL color Cylindrical-coordinate representation of color #4990CE: hue angle of 207.97º 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 #4990CE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 144 | 206 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.19 |
| HSL | 207.97º | 0.58% | 0.55% | - |
| HSV(B) | 207.97º | 0.65% | 0.81% | - |
| XYZ | 23.86 | 25.82 | 62.12 | - |
| YUV | 129.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 206 | 0.65 | 0.30 | 0 | 0.19 | 207.97 | 0.58 | 0.55 |
| Hex | 49 | 90 | CE | 41 | 1E | 0 | 13 | D0 | 3A | 37 |
| Octal | 111 | 220 | 316 | 101 | 36 | 0 | 23 | 320 | 72 | 67 |
| Binary | 1001001 | 10010000 | 11001110 | 1000001 | 11110 | 0 | 10011 | 11010000 | 111010 | 110111 |
Color Harmonies of #4990CE
Complementary color
Monochromatic Colors of #4990CE
Black with #4990CE
Text Example
Text Example
White with #4990CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990CE; }
p { color: rgb(73,144,206); }
H1.HeaderClassName
{
color: #4990CE;
}
.AnyTagClassName
{
color: #4990CE;
}
</style>
background-color css
<style>
a { background-color: #4990CE; }
a { background-color: rgb(73,144,206); }
div.DivClassName
{
background-color: #4990CE;
}
.BgClassName
{
background-color: #4990CE;
}
</style>
border-color css
<style>
span { border-color: #4990CE; }
span { border-color: rgb(73,144,206); }
td.TdClassName
{
border-color: #4990CE;
}
.TagClassName
{
border-color: #4990CE;
}
</style>