Shades of Havelock Blue #4789CF
Tints of Havelock Blue #4789CF
RGB
CMYK
RGB Variations
Color information
#4789CF (or 0x4789CF) is known color: Havelock Blue. HEX triplet: 47, 89 and CF. RGB value is (71,137,207). Sum of RGB (Red+Green+Blue) = 71+137+207=415 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.11% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #4789CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4789CF is #B87630. Grayscale: #7C7C7C. Windows color (decimal): -12088881 or 13601095. OLE color: 13601095.
HSL color Cylindrical-coordinate representation of color #4789CF: hue angle of 210.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4789CF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 137 | 207 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.19 |
| HSL | 210.88º | 0.59% | 0.55% | - |
| HSV(B) | 210.88º | 0.66% | 0.81% | - |
| XYZ | 22.81 | 23.74 | 62.41 | - |
| YUV | 125.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 137 | 207 | 0.66 | 0.34 | 0 | 0.19 | 210.88 | 0.59 | 0.55 |
| Hex | 47 | 89 | CF | 42 | 22 | 0 | 13 | D3 | 3B | 37 |
| Octal | 107 | 211 | 317 | 102 | 42 | 0 | 23 | 323 | 73 | 67 |
| Binary | 1000111 | 10001001 | 11001111 | 1000010 | 100010 | 0 | 10011 | 11010011 | 111011 | 110111 |
Color Harmonies of #4789CF
Complementary color
Monochromatic Colors of #4789CF
Black with #4789CF
Text Example
Text Example
White with #4789CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4789CF; }
p { color: rgb(71,137,207); }
H1.HeaderClassName
{
color: #4789CF;
}
.AnyTagClassName
{
color: #4789CF;
}
</style>
background-color css
<style>
a { background-color: #4789CF; }
a { background-color: rgb(71,137,207); }
div.DivClassName
{
background-color: #4789CF;
}
.BgClassName
{
background-color: #4789CF;
}
</style>
border-color css
<style>
span { border-color: #4789CF; }
span { border-color: rgb(71,137,207); }
td.TdClassName
{
border-color: #4789CF;
}
.TagClassName
{
border-color: #4789CF;
}
</style>