Shades of Havelock Blue #4C89CF
Tints of Havelock Blue #4C89CF
RGB
CMYK
RGB Variations
Color information
#4C89CF (or 0x4C89CF) is known color: Havelock Blue. HEX triplet: 4C, 89 and CF. RGB value is (76,137,207). Sum of RGB (Red+Green+Blue) = 76+137+207=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C89CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C89CF is #B37630. Grayscale: #7E7E7E. Windows color (decimal): -11761201 or 13601100. OLE color: 13601100.
HSL color Cylindrical-coordinate representation of color #4C89CF: hue angle of 212.06º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C89CF is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 137 | 207 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.19 |
| HSL | 212.06º | 0.58% | 0.55% | - |
| HSV(B) | 212.06º | 0.63% | 0.81% | - |
| XYZ | 23.19 | 23.93 | 62.43 | - |
| YUV | 126.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 137 | 207 | 0.63 | 0.34 | 0 | 0.19 | 212.06 | 0.58 | 0.55 |
| Hex | 4C | 89 | CF | 3F | 22 | 0 | 13 | D4 | 3A | 37 |
| Octal | 114 | 211 | 317 | 77 | 42 | 0 | 23 | 324 | 72 | 67 |
| Binary | 1001100 | 10001001 | 11001111 | 111111 | 100010 | 0 | 10011 | 11010100 | 111010 | 110111 |
Color Harmonies of #4C89CF
Complementary color
Monochromatic Colors of #4C89CF
Black with #4C89CF
Text Example
Text Example
White with #4C89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C89CF; }
p { color: rgb(76,137,207); }
H1.HeaderClassName
{
color: #4C89CF;
}
.AnyTagClassName
{
color: #4C89CF;
}
</style>
background-color css
<style>
a { background-color: #4C89CF; }
a { background-color: rgb(76,137,207); }
div.DivClassName
{
background-color: #4C89CF;
}
.BgClassName
{
background-color: #4C89CF;
}
</style>
border-color css
<style>
span { border-color: #4C89CF; }
span { border-color: rgb(76,137,207); }
td.TdClassName
{
border-color: #4C89CF;
}
.TagClassName
{
border-color: #4C89CF;
}
</style>