Shades of Havelock Blue #4685CB
Tints of Havelock Blue #4685CB
RGB
CMYK
RGB Variations
Color information
#4685CB (or 0x4685CB) is known color: Havelock Blue. HEX triplet: 46, 85 and CB. RGB value is (70,133,203). Sum of RGB (Red+Green+Blue) = 70+133+203=406 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.24% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #4685CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685CB is #B97A34. Grayscale: #797979. Windows color (decimal): -12155445 or 13337926. OLE color: 13337926.
HSL color Cylindrical-coordinate representation of color #4685CB: hue angle of 211.58º 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 #4685CB is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 133 | 203 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.20 |
| HSL | 211.58º | 0.56% | 0.54% | - |
| HSV(B) | 211.58º | 0.66% | 0.8% | - |
| XYZ | 21.69 | 22.39 | 59.68 | - |
| YUV | 122.14 | 173.63 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 203 | 0.66 | 0.34 | 0 | 0.20 | 211.58 | 0.56 | 0.54 |
| Hex | 46 | 85 | CB | 42 | 22 | 0 | 14 | D4 | 38 | 36 |
| Octal | 106 | 205 | 313 | 102 | 42 | 0 | 24 | 324 | 70 | 66 |
| Binary | 1000110 | 10000101 | 11001011 | 1000010 | 100010 | 0 | 10100 | 11010100 | 111000 | 110110 |
Color Harmonies of #4685CB
Complementary color
Monochromatic Colors of #4685CB
Black with #4685CB
Text Example
Text Example
White with #4685CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685CB; }
p { color: rgb(70,133,203); }
H1.HeaderClassName
{
color: #4685CB;
}
.AnyTagClassName
{
color: #4685CB;
}
</style>
background-color css
<style>
a { background-color: #4685CB; }
a { background-color: rgb(70,133,203); }
div.DivClassName
{
background-color: #4685CB;
}
.BgClassName
{
background-color: #4685CB;
}
</style>
border-color css
<style>
span { border-color: #4685CB; }
span { border-color: rgb(70,133,203); }
td.TdClassName
{
border-color: #4685CB;
}
.TagClassName
{
border-color: #4685CB;
}
</style>