Shades of Havelock Blue #4686CB
Tints of Havelock Blue #4686CB
RGB
CMYK
RGB Variations
Color information
#4686CB (or 0x4686CB) is known color: Havelock Blue. HEX triplet: 46, 86 and CB. RGB value is (70,134,203). Sum of RGB (Red+Green+Blue) = 70+134+203=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #4686CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4686CB is #B97934. Grayscale: #7A7A7A. Windows color (decimal): -12155189 or 13338182. OLE color: 13338182.
HSL color Cylindrical-coordinate representation of color #4686CB: hue angle of 211.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4686CB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 134 | 203 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.20 |
| HSL | 211.13º | 0.56% | 0.54% | - |
| HSV(B) | 211.13º | 0.66% | 0.8% | - |
| XYZ | 21.83 | 22.66 | 59.72 | - |
| YUV | 122.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 203 | 0.66 | 0.34 | 0 | 0.20 | 211.13 | 0.56 | 0.54 |
| Hex | 46 | 86 | CB | 42 | 22 | 0 | 14 | D3 | 38 | 36 |
| Octal | 106 | 206 | 313 | 102 | 42 | 0 | 24 | 323 | 70 | 66 |
| Binary | 1000110 | 10000110 | 11001011 | 1000010 | 100010 | 0 | 10100 | 11010011 | 111000 | 110110 |
Color Harmonies of #4686CB
Complementary color
Monochromatic Colors of #4686CB
Black with #4686CB
Text Example
Text Example
White with #4686CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686CB; }
p { color: rgb(70,134,203); }
H1.HeaderClassName
{
color: #4686CB;
}
.AnyTagClassName
{
color: #4686CB;
}
</style>
background-color css
<style>
a { background-color: #4686CB; }
a { background-color: rgb(70,134,203); }
div.DivClassName
{
background-color: #4686CB;
}
.BgClassName
{
background-color: #4686CB;
}
</style>
border-color css
<style>
span { border-color: #4686CB; }
span { border-color: rgb(70,134,203); }
td.TdClassName
{
border-color: #4686CB;
}
.TagClassName
{
border-color: #4686CB;
}
</style>