Shades of Havelock Blue #4689DF
Tints of Havelock Blue #4689DF
RGB
CMYK
RGB Variations
Color information
#4689DF (or 0x4689DF) is known color: Havelock Blue. HEX triplet: 46, 89 and DF. RGB value is (70,137,223). Sum of RGB (Red+Green+Blue) = 70+137+223=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #4689DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4689DF is #B97620. Grayscale: #7E7E7E. Windows color (decimal): -12154401 or 14649670. OLE color: 14649670.
HSL color Cylindrical-coordinate representation of color #4689DF: hue angle of 213.73º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4689DF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 137 | 223 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.13 |
| HSL | 213.73º | 0.71% | 0.57% | - |
| HSV(B) | 213.73º | 0.69% | 0.87% | - |
| XYZ | 24.79 | 24.52 | 73.24 | - |
| YUV | 126.77 | 182.3 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 223 | 0.69 | 0.39 | 0 | 0.13 | 213.73 | 0.71 | 0.57 |
| Hex | 46 | 89 | DF | 45 | 27 | 0 | D | D6 | 47 | 39 |
| Octal | 106 | 211 | 337 | 105 | 47 | 0 | 15 | 326 | 107 | 71 |
| Binary | 1000110 | 10001001 | 11011111 | 1000101 | 100111 | 0 | 1101 | 11010110 | 1000111 | 111001 |
Color Harmonies of #4689DF
Complementary color
Monochromatic Colors of #4689DF
Black with #4689DF
Text Example
Text Example
White with #4689DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4689DF; }
p { color: rgb(70,137,223); }
H1.HeaderClassName
{
color: #4689DF;
}
.AnyTagClassName
{
color: #4689DF;
}
</style>
background-color css
<style>
a { background-color: #4689DF; }
a { background-color: rgb(70,137,223); }
div.DivClassName
{
background-color: #4689DF;
}
.BgClassName
{
background-color: #4689DF;
}
</style>
border-color css
<style>
span { border-color: #4689DF; }
span { border-color: rgb(70,137,223); }
td.TdClassName
{
border-color: #4689DF;
}
.TagClassName
{
border-color: #4689DF;
}
</style>