Shades of Havelock Blue #4990CD
Tints of Havelock Blue #4990CD
RGB
CMYK
RGB Variations
Color information
#4990CD (or 0x4990CD) is known color: Havelock Blue. HEX triplet: 49, 90 and CD. RGB value is (73,144,205). Sum of RGB (Red+Green+Blue) = 73+144+205=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #4990CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990CD is #B66F32. Grayscale: #818181. Windows color (decimal): -11956019 or 13471817. OLE color: 13471817.
HSL color Cylindrical-coordinate representation of color #4990CD: hue angle of 207.73º 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 #4990CD is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 144 | 205 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.20 |
| HSL | 207.73º | 0.57% | 0.55% | - |
| HSV(B) | 207.73º | 0.64% | 0.8% | - |
| XYZ | 23.74 | 25.77 | 61.48 | - |
| YUV | 129.73 | 170.48 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 205 | 0.64 | 0.30 | 0 | 0.20 | 207.73 | 0.57 | 0.55 |
| Hex | 49 | 90 | CD | 40 | 1E | 0 | 14 | D0 | 39 | 37 |
| Octal | 111 | 220 | 315 | 100 | 36 | 0 | 24 | 320 | 71 | 67 |
| Binary | 1001001 | 10010000 | 11001101 | 1000000 | 11110 | 0 | 10100 | 11010000 | 111001 | 110111 |
Color Harmonies of #4990CD
Complementary color
Monochromatic Colors of #4990CD
Black with #4990CD
Text Example
Text Example
White with #4990CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990CD; }
p { color: rgb(73,144,205); }
H1.HeaderClassName
{
color: #4990CD;
}
.AnyTagClassName
{
color: #4990CD;
}
</style>
background-color css
<style>
a { background-color: #4990CD; }
a { background-color: rgb(73,144,205); }
div.DivClassName
{
background-color: #4990CD;
}
.BgClassName
{
background-color: #4990CD;
}
</style>
border-color css
<style>
span { border-color: #4990CD; }
span { border-color: rgb(73,144,205); }
td.TdClassName
{
border-color: #4990CD;
}
.TagClassName
{
border-color: #4990CD;
}
</style>