Shades of Havelock Blue #4A84DB
Tints of Havelock Blue #4A84DB
RGB
CMYK
RGB Variations
Color information
#4A84DB (or 0x4A84DB) is known color: Havelock Blue. HEX triplet: 4A, 84 and DB. RGB value is (74,132,219). Sum of RGB (Red+Green+Blue) = 74+132+219=425 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.41% from 425); Green value is 132 (51.95% from 255 or 31.06% 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 #4A84DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A84DB is #B57B24. Grayscale: #7C7C7C. Windows color (decimal): -11893541 or 14386250. OLE color: 14386250.
HSL color Cylindrical-coordinate representation of color #4A84DB: hue angle of 216º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A84DB is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 132 | 219 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.14 |
| HSL | 216º | 0.67% | 0.57% | - |
| HSV(B) | 216º | 0.66% | 0.86% | - |
| XYZ | 23.86 | 23.07 | 70.21 | - |
| YUV | 124.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 219 | 0.66 | 0.40 | 0 | 0.14 | 216 | 0.67 | 0.57 |
| Hex | 4A | 84 | DB | 42 | 28 | 0 | E | D8 | 43 | 39 |
| Octal | 112 | 204 | 333 | 102 | 50 | 0 | 16 | 330 | 103 | 71 |
| Binary | 1001010 | 10000100 | 11011011 | 1000010 | 101000 | 0 | 1110 | 11011000 | 1000011 | 111001 |
Color Harmonies of #4A84DB
Complementary color
Monochromatic Colors of #4A84DB
Black with #4A84DB
Text Example
Text Example
White with #4A84DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A84DB; }
p { color: rgb(74,132,219); }
H1.HeaderClassName
{
color: #4A84DB;
}
.AnyTagClassName
{
color: #4A84DB;
}
</style>
background-color css
<style>
a { background-color: #4A84DB; }
a { background-color: rgb(74,132,219); }
div.DivClassName
{
background-color: #4A84DB;
}
.BgClassName
{
background-color: #4A84DB;
}
</style>
border-color css
<style>
span { border-color: #4A84DB; }
span { border-color: rgb(74,132,219); }
td.TdClassName
{
border-color: #4A84DB;
}
.TagClassName
{
border-color: #4A84DB;
}
</style>