Shades of Havelock Blue #4682D9
Tints of Havelock Blue #4682D9
RGB
CMYK
RGB Variations
Color information
#4682D9 (or 0x4682D9) is known color: Havelock Blue. HEX triplet: 46, 82 and D9. RGB value is (70,130,217). Sum of RGB (Red+Green+Blue) = 70+130+217=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #4682D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4682D9 is #B97D26. Grayscale: #797979. Windows color (decimal): -12156199 or 14254662. OLE color: 14254662.
HSL color Cylindrical-coordinate representation of color #4682D9: hue angle of 215.51º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4682D9 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 130 | 217 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.15 |
| HSL | 215.51º | 0.66% | 0.56% | - |
| HSV(B) | 215.51º | 0.68% | 0.85% | - |
| XYZ | 23.03 | 22.28 | 68.73 | - |
| YUV | 121.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 217 | 0.68 | 0.40 | 0 | 0.15 | 215.51 | 0.66 | 0.56 |
| Hex | 46 | 82 | D9 | 44 | 28 | 0 | F | D8 | 42 | 38 |
| Octal | 106 | 202 | 331 | 104 | 50 | 0 | 17 | 330 | 102 | 70 |
| Binary | 1000110 | 10000010 | 11011001 | 1000100 | 101000 | 0 | 1111 | 11011000 | 1000010 | 111000 |
Color Harmonies of #4682D9
Complementary color
Monochromatic Colors of #4682D9
Black with #4682D9
Text Example
Text Example
White with #4682D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682D9; }
p { color: rgb(70,130,217); }
H1.HeaderClassName
{
color: #4682D9;
}
.AnyTagClassName
{
color: #4682D9;
}
</style>
background-color css
<style>
a { background-color: #4682D9; }
a { background-color: rgb(70,130,217); }
div.DivClassName
{
background-color: #4682D9;
}
.BgClassName
{
background-color: #4682D9;
}
</style>
border-color css
<style>
span { border-color: #4682D9; }
span { border-color: rgb(70,130,217); }
td.TdClassName
{
border-color: #4682D9;
}
.TagClassName
{
border-color: #4682D9;
}
</style>