Shades of Havelock Blue #4990CB
Tints of Havelock Blue #4990CB
RGB
CMYK
RGB Variations
Color information
#4990CB (or 0x4990CB) is known color: Havelock Blue. HEX triplet: 49, 90 and CB. RGB value is (73,144,203). Sum of RGB (Red+Green+Blue) = 73+144+203=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #4990CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990CB is #B66F34. Grayscale: #818181. Windows color (decimal): -11956021 or 13340745. OLE color: 13340745.
HSL color Cylindrical-coordinate representation of color #4990CB: hue angle of 207.23º 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 #4990CB is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 144 | 203 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.20 |
| HSL | 207.23º | 0.56% | 0.54% | - |
| HSV(B) | 207.23º | 0.64% | 0.8% | - |
| XYZ | 23.5 | 25.67 | 60.22 | - |
| YUV | 129.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 203 | 0.64 | 0.29 | 0 | 0.20 | 207.23 | 0.56 | 0.54 |
| Hex | 49 | 90 | CB | 40 | 1D | 0 | 14 | CF | 38 | 36 |
| Octal | 111 | 220 | 313 | 100 | 35 | 0 | 24 | 317 | 70 | 66 |
| Binary | 1001001 | 10010000 | 11001011 | 1000000 | 11101 | 0 | 10100 | 11001111 | 111000 | 110110 |
Color Harmonies of #4990CB
Complementary color
Monochromatic Colors of #4990CB
Black with #4990CB
Text Example
Text Example
White with #4990CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4990CB; }
p { color: rgb(73,144,203); }
H1.HeaderClassName
{
color: #4990CB;
}
.AnyTagClassName
{
color: #4990CB;
}
</style>
background-color css
<style>
a { background-color: #4990CB; }
a { background-color: rgb(73,144,203); }
div.DivClassName
{
background-color: #4990CB;
}
.BgClassName
{
background-color: #4990CB;
}
</style>
border-color css
<style>
span { border-color: #4990CB; }
span { border-color: rgb(73,144,203); }
td.TdClassName
{
border-color: #4990CB;
}
.TagClassName
{
border-color: #4990CB;
}
</style>