Shades of Havelock Blue #4686CF
Tints of Havelock Blue #4686CF
RGB
CMYK
RGB Variations
Color information
#4686CF (or 0x4686CF) is known color: Havelock Blue. HEX triplet: 46, 86 and CF. RGB value is (70,134,207). Sum of RGB (Red+Green+Blue) = 70+134+207=411 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.03% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #4686CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686CF is #B97930. Grayscale: #7A7A7A. Windows color (decimal): -12155185 or 13600326. OLE color: 13600326.
HSL color Cylindrical-coordinate representation of color #4686CF: hue angle of 211.97º degrees, saturation: 0.59, 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 #4686CF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 134 | 207 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.19 |
| HSL | 211.97º | 0.59% | 0.54% | - |
| HSV(B) | 211.97º | 0.66% | 0.81% | - |
| XYZ | 22.31 | 22.86 | 62.27 | - |
| YUV | 123.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 207 | 0.66 | 0.35 | 0 | 0.19 | 211.97 | 0.59 | 0.54 |
| Hex | 46 | 86 | CF | 42 | 23 | 0 | 13 | D4 | 3B | 36 |
| Octal | 106 | 206 | 317 | 102 | 43 | 0 | 23 | 324 | 73 | 66 |
| Binary | 1000110 | 10000110 | 11001111 | 1000010 | 100011 | 0 | 10011 | 11010100 | 111011 | 110110 |
Color Harmonies of #4686CF
Complementary color
Monochromatic Colors of #4686CF
Black with #4686CF
Text Example
Text Example
White with #4686CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686CF; }
p { color: rgb(70,134,207); }
H1.HeaderClassName
{
color: #4686CF;
}
.AnyTagClassName
{
color: #4686CF;
}
</style>
background-color css
<style>
a { background-color: #4686CF; }
a { background-color: rgb(70,134,207); }
div.DivClassName
{
background-color: #4686CF;
}
.BgClassName
{
background-color: #4686CF;
}
</style>
border-color css
<style>
span { border-color: #4686CF; }
span { border-color: rgb(70,134,207); }
td.TdClassName
{
border-color: #4686CF;
}
.TagClassName
{
border-color: #4686CF;
}
</style>