Shades of Havelock Blue #4685CF
Tints of Havelock Blue #4685CF
RGB
CMYK
RGB Variations
Color information
#4685CF (or 0x4685CF) is known color: Havelock Blue. HEX triplet: 46, 85 and CF. RGB value is (70,133,207). Sum of RGB (Red+Green+Blue) = 70+133+207=410 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.07% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #4685CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685CF is #B97A30. Grayscale: #7A7A7A. Windows color (decimal): -12155441 or 13600070. OLE color: 13600070.
HSL color Cylindrical-coordinate representation of color #4685CF: hue angle of 212.41º 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 #4685CF is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 133 | 207 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.19 |
| HSL | 212.41º | 0.59% | 0.54% | - |
| HSV(B) | 212.41º | 0.66% | 0.81% | - |
| XYZ | 22.18 | 22.58 | 62.22 | - |
| YUV | 122.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 207 | 0.66 | 0.36 | 0 | 0.19 | 212.41 | 0.59 | 0.54 |
| Hex | 46 | 85 | CF | 42 | 24 | 0 | 13 | D4 | 3B | 36 |
| Octal | 106 | 205 | 317 | 102 | 44 | 0 | 23 | 324 | 73 | 66 |
| Binary | 1000110 | 10000101 | 11001111 | 1000010 | 100100 | 0 | 10011 | 11010100 | 111011 | 110110 |
Color Harmonies of #4685CF
Complementary color
Monochromatic Colors of #4685CF
Black with #4685CF
Text Example
Text Example
White with #4685CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685CF; }
p { color: rgb(70,133,207); }
H1.HeaderClassName
{
color: #4685CF;
}
.AnyTagClassName
{
color: #4685CF;
}
</style>
background-color css
<style>
a { background-color: #4685CF; }
a { background-color: rgb(70,133,207); }
div.DivClassName
{
background-color: #4685CF;
}
.BgClassName
{
background-color: #4685CF;
}
</style>
border-color css
<style>
span { border-color: #4685CF; }
span { border-color: rgb(70,133,207); }
td.TdClassName
{
border-color: #4685CF;
}
.TagClassName
{
border-color: #4685CF;
}
</style>