Shades of Havelock Blue #4486DA
Tints of Havelock Blue #4486DA
RGB
CMYK
RGB Variations
Color information
#4486DA (or 0x4486DA) is known color: Havelock Blue. HEX triplet: 44, 86 and DA. RGB value is (68,134,218). Sum of RGB (Red+Green+Blue) = 68+134+218=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #4486DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4486DA is #BB7925. Grayscale: #7B7B7B. Windows color (decimal): -12286246 or 14321220. OLE color: 14321220.
HSL color Cylindrical-coordinate representation of color #4486DA: hue angle of 213.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4486DA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 134 | 218 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.15 |
| HSL | 213.6º | 0.67% | 0.56% | - |
| HSV(B) | 213.6º | 0.69% | 0.85% | - |
| XYZ | 23.56 | 23.34 | 69.59 | - |
| YUV | 123.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 134 | 218 | 0.69 | 0.39 | 0 | 0.15 | 213.6 | 0.67 | 0.56 |
| Hex | 44 | 86 | DA | 45 | 27 | 0 | F | D6 | 43 | 38 |
| Octal | 104 | 206 | 332 | 105 | 47 | 0 | 17 | 326 | 103 | 70 |
| Binary | 1000100 | 10000110 | 11011010 | 1000101 | 100111 | 0 | 1111 | 11010110 | 1000011 | 111000 |
Color Harmonies of #4486DA
Complementary color
Monochromatic Colors of #4486DA
Black with #4486DA
Text Example
Text Example
White with #4486DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4486DA; }
p { color: rgb(68,134,218); }
H1.HeaderClassName
{
color: #4486DA;
}
.AnyTagClassName
{
color: #4486DA;
}
</style>
background-color css
<style>
a { background-color: #4486DA; }
a { background-color: rgb(68,134,218); }
div.DivClassName
{
background-color: #4486DA;
}
.BgClassName
{
background-color: #4486DA;
}
</style>
border-color css
<style>
span { border-color: #4486DA; }
span { border-color: rgb(68,134,218); }
td.TdClassName
{
border-color: #4486DA;
}
.TagClassName
{
border-color: #4486DA;
}
</style>