Shades of Havelock Blue #4890CE
Tints of Havelock Blue #4890CE
RGB
CMYK
RGB Variations
Color information
#4890CE (or 0x4890CE) is known color: Havelock Blue. HEX triplet: 48, 90 and CE. RGB value is (72,144,206). Sum of RGB (Red+Green+Blue) = 72+144+206=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #4890CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890CE is #B76F31. Grayscale: #818181. Windows color (decimal): -12021554 or 13537352. OLE color: 13537352.
HSL color Cylindrical-coordinate representation of color #4890CE: hue angle of 207.76º 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 #4890CE is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 144 | 206 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.19 |
| HSL | 207.76º | 0.58% | 0.55% | - |
| HSV(B) | 207.76º | 0.65% | 0.81% | - |
| XYZ | 23.79 | 25.78 | 62.11 | - |
| YUV | 129.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 206 | 0.65 | 0.30 | 0 | 0.19 | 207.76 | 0.58 | 0.55 |
| Hex | 48 | 90 | CE | 41 | 1E | 0 | 13 | D0 | 3A | 37 |
| Octal | 110 | 220 | 316 | 101 | 36 | 0 | 23 | 320 | 72 | 67 |
| Binary | 1001000 | 10010000 | 11001110 | 1000001 | 11110 | 0 | 10011 | 11010000 | 111010 | 110111 |
Color Harmonies of #4890CE
Complementary color
Monochromatic Colors of #4890CE
Black with #4890CE
Text Example
Text Example
White with #4890CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890CE; }
p { color: rgb(72,144,206); }
H1.HeaderClassName
{
color: #4890CE;
}
.AnyTagClassName
{
color: #4890CE;
}
</style>
background-color css
<style>
a { background-color: #4890CE; }
a { background-color: rgb(72,144,206); }
div.DivClassName
{
background-color: #4890CE;
}
.BgClassName
{
background-color: #4890CE;
}
</style>
border-color css
<style>
span { border-color: #4890CE; }
span { border-color: rgb(72,144,206); }
td.TdClassName
{
border-color: #4890CE;
}
.TagClassName
{
border-color: #4890CE;
}
</style>