Shades of Havelock Blue #4685DB
Tints of Havelock Blue #4685DB
RGB
CMYK
RGB Variations
Color information
#4685DB (or 0x4685DB) is known color: Havelock Blue. HEX triplet: 46, 85 and DB. RGB value is (70,133,219). Sum of RGB (Red+Green+Blue) = 70+133+219=422 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.59% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4685DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4685DB is #B97A24. Grayscale: #7B7B7B. Windows color (decimal): -12155429 or 14386502. OLE color: 14386502.
HSL color Cylindrical-coordinate representation of color #4685DB: hue angle of 214.63º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4685DB is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 133 | 219 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.14 |
| HSL | 214.63º | 0.67% | 0.57% | - |
| HSV(B) | 214.63º | 0.68% | 0.86% | - |
| XYZ | 23.7 | 23.19 | 70.25 | - |
| YUV | 123.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 219 | 0.68 | 0.39 | 0 | 0.14 | 214.63 | 0.67 | 0.57 |
| Hex | 46 | 85 | DB | 44 | 27 | 0 | E | D7 | 43 | 39 |
| Octal | 106 | 205 | 333 | 104 | 47 | 0 | 16 | 327 | 103 | 71 |
| Binary | 1000110 | 10000101 | 11011011 | 1000100 | 100111 | 0 | 1110 | 11010111 | 1000011 | 111001 |
Color Harmonies of #4685DB
Complementary color
Monochromatic Colors of #4685DB
Black with #4685DB
Text Example
Text Example
White with #4685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685DB; }
p { color: rgb(70,133,219); }
H1.HeaderClassName
{
color: #4685DB;
}
.AnyTagClassName
{
color: #4685DB;
}
</style>
background-color css
<style>
a { background-color: #4685DB; }
a { background-color: rgb(70,133,219); }
div.DivClassName
{
background-color: #4685DB;
}
.BgClassName
{
background-color: #4685DB;
}
</style>
border-color css
<style>
span { border-color: #4685DB; }
span { border-color: rgb(70,133,219); }
td.TdClassName
{
border-color: #4685DB;
}
.TagClassName
{
border-color: #4685DB;
}
</style>