Shades of Havelock Blue #4589CF
Tints of Havelock Blue #4589CF
RGB
CMYK
RGB Variations
Color information
#4589CF (or 0x4589CF) is known color: Havelock Blue. HEX triplet: 45, 89 and CF. RGB value is (69,137,207). Sum of RGB (Red+Green+Blue) = 69+137+207=413 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.71% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #4589CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4589CF is #BA7630. Grayscale: #7C7C7C. Windows color (decimal): -12219953 or 13601093. OLE color: 13601093.
HSL color Cylindrical-coordinate representation of color #4589CF: hue angle of 210.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4589CF is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 137 | 207 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.19 |
| HSL | 210.43º | 0.59% | 0.54% | - |
| HSV(B) | 210.43º | 0.67% | 0.81% | - |
| XYZ | 22.66 | 23.66 | 62.4 | - |
| YUV | 124.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 137 | 207 | 0.67 | 0.34 | 0 | 0.19 | 210.43 | 0.59 | 0.54 |
| Hex | 45 | 89 | CF | 43 | 22 | 0 | 13 | D2 | 3B | 36 |
| Octal | 105 | 211 | 317 | 103 | 42 | 0 | 23 | 322 | 73 | 66 |
| Binary | 1000101 | 10001001 | 11001111 | 1000011 | 100010 | 0 | 10011 | 11010010 | 111011 | 110110 |
Color Harmonies of #4589CF
Complementary color
Monochromatic Colors of #4589CF
Black with #4589CF
Text Example
Text Example
White with #4589CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4589CF; }
p { color: rgb(69,137,207); }
H1.HeaderClassName
{
color: #4589CF;
}
.AnyTagClassName
{
color: #4589CF;
}
</style>
background-color css
<style>
a { background-color: #4589CF; }
a { background-color: rgb(69,137,207); }
div.DivClassName
{
background-color: #4589CF;
}
.BgClassName
{
background-color: #4589CF;
}
</style>
border-color css
<style>
span { border-color: #4589CF; }
span { border-color: rgb(69,137,207); }
td.TdClassName
{
border-color: #4589CF;
}
.TagClassName
{
border-color: #4589CF;
}
</style>