Shades of Havelock Blue #4D89CB
Tints of Havelock Blue #4D89CB
RGB
CMYK
RGB Variations
Color information
#4D89CB (or 0x4D89CB) is known color: Havelock Blue. HEX triplet: 4D, 89 and CB. RGB value is (77,137,203). Sum of RGB (Red+Green+Blue) = 77+137+203=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D89CB is #B27634. Grayscale: #7E7E7E. Windows color (decimal): -11695669 or 13338957. OLE color: 13338957.
HSL color Cylindrical-coordinate representation of color #4D89CB: hue angle of 211.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D89CB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 137 | 203 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.20 |
| HSL | 211.43º | 0.55% | 0.55% | - |
| HSV(B) | 211.43º | 0.62% | 0.8% | - |
| XYZ | 22.79 | 23.78 | 59.89 | - |
| YUV | 126.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 203 | 0.62 | 0.33 | 0 | 0.20 | 211.43 | 0.55 | 0.55 |
| Hex | 4D | 89 | CB | 3E | 21 | 0 | 14 | D3 | 37 | 37 |
| Octal | 115 | 211 | 313 | 76 | 41 | 0 | 24 | 323 | 67 | 67 |
| Binary | 1001101 | 10001001 | 11001011 | 111110 | 100001 | 0 | 10100 | 11010011 | 110111 | 110111 |
Color Harmonies of #4D89CB
Complementary color
Monochromatic Colors of #4D89CB
Black with #4D89CB
Text Example
Text Example
White with #4D89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D89CB; }
p { color: rgb(77,137,203); }
H1.HeaderClassName
{
color: #4D89CB;
}
.AnyTagClassName
{
color: #4D89CB;
}
</style>
background-color css
<style>
a { background-color: #4D89CB; }
a { background-color: rgb(77,137,203); }
div.DivClassName
{
background-color: #4D89CB;
}
.BgClassName
{
background-color: #4D89CB;
}
</style>
border-color css
<style>
span { border-color: #4D89CB; }
span { border-color: rgb(77,137,203); }
td.TdClassName
{
border-color: #4D89CB;
}
.TagClassName
{
border-color: #4D89CB;
}
</style>