Shades of Havelock Blue #4886DB
Tints of Havelock Blue #4886DB
RGB
CMYK
RGB Variations
Color information
#4886DB (or 0x4886DB) is known color: Havelock Blue. HEX triplet: 48, 86 and DB. RGB value is (72,134,219). Sum of RGB (Red+Green+Blue) = 72+134+219=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #4886DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886DB is #B77924. Grayscale: #7C7C7C. Windows color (decimal): -12024101 or 14386760. OLE color: 14386760.
HSL color Cylindrical-coordinate representation of color #4886DB: hue angle of 214.69º 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 #4886DB is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 134 | 219 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.14 |
| HSL | 214.69º | 0.67% | 0.57% | - |
| HSV(B) | 214.69º | 0.67% | 0.86% | - |
| XYZ | 23.98 | 23.54 | 70.3 | - |
| YUV | 125.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 219 | 0.67 | 0.39 | 0 | 0.14 | 214.69 | 0.67 | 0.57 |
| Hex | 48 | 86 | DB | 43 | 27 | 0 | E | D7 | 43 | 39 |
| Octal | 110 | 206 | 333 | 103 | 47 | 0 | 16 | 327 | 103 | 71 |
| Binary | 1001000 | 10000110 | 11011011 | 1000011 | 100111 | 0 | 1110 | 11010111 | 1000011 | 111001 |
Color Harmonies of #4886DB
Complementary color
Monochromatic Colors of #4886DB
Black with #4886DB
Text Example
Text Example
White with #4886DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4886DB; }
p { color: rgb(72,134,219); }
H1.HeaderClassName
{
color: #4886DB;
}
.AnyTagClassName
{
color: #4886DB;
}
</style>
background-color css
<style>
a { background-color: #4886DB; }
a { background-color: rgb(72,134,219); }
div.DivClassName
{
background-color: #4886DB;
}
.BgClassName
{
background-color: #4886DB;
}
</style>
border-color css
<style>
span { border-color: #4886DB; }
span { border-color: rgb(72,134,219); }
td.TdClassName
{
border-color: #4886DB;
}
.TagClassName
{
border-color: #4886DB;
}
</style>