Shades of Havelock Blue #4883DB
Tints of Havelock Blue #4883DB
RGB
CMYK
RGB Variations
Color information
#4883DB (or 0x4883DB) is known color: Havelock Blue. HEX triplet: 48, 83 and DB. RGB value is (72,131,219). Sum of RGB (Red+Green+Blue) = 72+131+219=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4883DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883DB is #B77C24. Grayscale: #7A7A7A. Windows color (decimal): -12024869 or 14385992. OLE color: 14385992.
HSL color Cylindrical-coordinate representation of color #4883DB: hue angle of 215.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4883DB is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 131 | 219 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.14 |
| HSL | 215.92º | 0.67% | 0.57% | - |
| HSV(B) | 215.92º | 0.67% | 0.86% | - |
| XYZ | 23.57 | 22.72 | 70.16 | - |
| YUV | 123.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 219 | 0.67 | 0.40 | 0 | 0.14 | 215.92 | 0.67 | 0.57 |
| Hex | 48 | 83 | DB | 43 | 28 | 0 | E | D8 | 43 | 39 |
| Octal | 110 | 203 | 333 | 103 | 50 | 0 | 16 | 330 | 103 | 71 |
| Binary | 1001000 | 10000011 | 11011011 | 1000011 | 101000 | 0 | 1110 | 11011000 | 1000011 | 111001 |
Color Harmonies of #4883DB
Complementary color
Monochromatic Colors of #4883DB
Black with #4883DB
Text Example
Text Example
White with #4883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4883DB; }
p { color: rgb(72,131,219); }
H1.HeaderClassName
{
color: #4883DB;
}
.AnyTagClassName
{
color: #4883DB;
}
</style>
background-color css
<style>
a { background-color: #4883DB; }
a { background-color: rgb(72,131,219); }
div.DivClassName
{
background-color: #4883DB;
}
.BgClassName
{
background-color: #4883DB;
}
</style>
border-color css
<style>
span { border-color: #4883DB; }
span { border-color: rgb(72,131,219); }
td.TdClassName
{
border-color: #4883DB;
}
.TagClassName
{
border-color: #4883DB;
}
</style>