Shades of Havelock Blue #4684CE
Tints of Havelock Blue #4684CE
RGB
CMYK
RGB Variations
Color information
#4684CE (or 0x4684CE) is known color: Havelock Blue. HEX triplet: 46, 84 and CE. RGB value is (70,132,206). Sum of RGB (Red+Green+Blue) = 70+132+206=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4684CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4684CE is #B97B31. Grayscale: #797979. Windows color (decimal): -12155698 or 13534278. OLE color: 13534278.
HSL color Cylindrical-coordinate representation of color #4684CE: hue angle of 212.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4684CE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 132 | 206 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.19 |
| HSL | 212.65º | 0.58% | 0.54% | - |
| HSV(B) | 212.65º | 0.66% | 0.81% | - |
| XYZ | 21.92 | 22.26 | 61.53 | - |
| YUV | 121.9 | 175.46 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 206 | 0.66 | 0.36 | 0 | 0.19 | 212.65 | 0.58 | 0.54 |
| Hex | 46 | 84 | CE | 42 | 24 | 0 | 13 | D5 | 3A | 36 |
| Octal | 106 | 204 | 316 | 102 | 44 | 0 | 23 | 325 | 72 | 66 |
| Binary | 1000110 | 10000100 | 11001110 | 1000010 | 100100 | 0 | 10011 | 11010101 | 111010 | 110110 |
Color Harmonies of #4684CE
Complementary color
Monochromatic Colors of #4684CE
Black with #4684CE
Text Example
Text Example
White with #4684CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4684CE; }
p { color: rgb(70,132,206); }
H1.HeaderClassName
{
color: #4684CE;
}
.AnyTagClassName
{
color: #4684CE;
}
</style>
background-color css
<style>
a { background-color: #4684CE; }
a { background-color: rgb(70,132,206); }
div.DivClassName
{
background-color: #4684CE;
}
.BgClassName
{
background-color: #4684CE;
}
</style>
border-color css
<style>
span { border-color: #4684CE; }
span { border-color: rgb(70,132,206); }
td.TdClassName
{
border-color: #4684CE;
}
.TagClassName
{
border-color: #4684CE;
}
</style>