Shades of Havelock Blue #4685CC
Tints of Havelock Blue #4685CC
RGB
CMYK
RGB Variations
Color information
#4685CC (or 0x4685CC) is known color: Havelock Blue. HEX triplet: 46, 85 and CC. RGB value is (70,133,204). Sum of RGB (Red+Green+Blue) = 70+133+204=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #4685CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685CC is #B97A33. Grayscale: #797979. Windows color (decimal): -12155444 or 13403462. OLE color: 13403462.
HSL color Cylindrical-coordinate representation of color #4685CC: hue angle of 211.79º degrees, saturation: 0.57, 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 #4685CC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 133 | 204 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.2 |
| HSL | 211.79º | 0.57% | 0.54% | - |
| HSV(B) | 211.79º | 0.66% | 0.8% | - |
| XYZ | 21.81 | 22.44 | 60.31 | - |
| YUV | 122.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 204 | 0.66 | 0.35 | 0 | 0.2 | 211.79 | 0.57 | 0.54 |
| Hex | 46 | 85 | CC | 42 | 23 | 0 | 14 | D4 | 39 | 36 |
| Octal | 106 | 205 | 314 | 102 | 43 | 0 | 24 | 324 | 71 | 66 |
| Binary | 1000110 | 10000101 | 11001100 | 1000010 | 100011 | 0 | 10100 | 11010100 | 111001 | 110110 |
Color Harmonies of #4685CC
Complementary color
Monochromatic Colors of #4685CC
Black with #4685CC
Text Example
Text Example
White with #4685CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685CC; }
p { color: rgb(70,133,204); }
H1.HeaderClassName
{
color: #4685CC;
}
.AnyTagClassName
{
color: #4685CC;
}
</style>
background-color css
<style>
a { background-color: #4685CC; }
a { background-color: rgb(70,133,204); }
div.DivClassName
{
background-color: #4685CC;
}
.BgClassName
{
background-color: #4685CC;
}
</style>
border-color css
<style>
span { border-color: #4685CC; }
span { border-color: rgb(70,133,204); }
td.TdClassName
{
border-color: #4685CC;
}
.TagClassName
{
border-color: #4685CC;
}
</style>