Shades of Havelock Blue #4F89CB
Tints of Havelock Blue #4F89CB
RGB
CMYK
RGB Variations
Color information
#4F89CB (or 0x4F89CB) is known color: Havelock Blue. HEX triplet: 4F, 89 and CB. RGB value is (79,137,203). Sum of RGB (Red+Green+Blue) = 79+137+203=419 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.85% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F89CB is #B07634. Grayscale: #7E7E7E. Windows color (decimal): -11564597 or 13338959. OLE color: 13338959.
HSL color Cylindrical-coordinate representation of color #4F89CB: hue angle of 211.94º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F89CB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 137 | 203 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.20 |
| HSL | 211.94º | 0.54% | 0.55% | - |
| HSV(B) | 211.94º | 0.61% | 0.8% | - |
| XYZ | 22.95 | 23.87 | 59.9 | - |
| YUV | 127.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 203 | 0.61 | 0.33 | 0 | 0.20 | 211.94 | 0.54 | 0.55 |
| Hex | 4F | 89 | CB | 3D | 21 | 0 | 14 | D4 | 36 | 37 |
| Octal | 117 | 211 | 313 | 75 | 41 | 0 | 24 | 324 | 66 | 67 |
| Binary | 1001111 | 10001001 | 11001011 | 111101 | 100001 | 0 | 10100 | 11010100 | 110110 | 110111 |
Color Harmonies of #4F89CB
Complementary color
Monochromatic Colors of #4F89CB
Black with #4F89CB
Text Example
Text Example
White with #4F89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F89CB; }
p { color: rgb(79,137,203); }
H1.HeaderClassName
{
color: #4F89CB;
}
.AnyTagClassName
{
color: #4F89CB;
}
</style>
background-color css
<style>
a { background-color: #4F89CB; }
a { background-color: rgb(79,137,203); }
div.DivClassName
{
background-color: #4F89CB;
}
.BgClassName
{
background-color: #4F89CB;
}
</style>
border-color css
<style>
span { border-color: #4F89CB; }
span { border-color: rgb(79,137,203); }
td.TdClassName
{
border-color: #4F89CB;
}
.TagClassName
{
border-color: #4F89CB;
}
</style>