Shades of Havelock Blue #4D89CA
Tints of Havelock Blue #4D89CA
RGB
CMYK
RGB Variations
Color information
#4D89CA (or 0x4D89CA) is known color: Havelock Blue. HEX triplet: 4D, 89 and CA. RGB value is (77,137,202). Sum of RGB (Red+Green+Blue) = 77+137+202=416 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.51% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D89CA is #B27635. Grayscale: #7E7E7E. Windows color (decimal): -11695670 or 13273421. OLE color: 13273421.
HSL color Cylindrical-coordinate representation of color #4D89CA: hue angle of 211.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D89CA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 137 | 202 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.21 |
| HSL | 211.2º | 0.54% | 0.55% | - |
| HSV(B) | 211.2º | 0.62% | 0.79% | - |
| XYZ | 22.67 | 23.73 | 59.26 | - |
| YUV | 126.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 202 | 0.62 | 0.32 | 0 | 0.21 | 211.2 | 0.54 | 0.55 |
| Hex | 4D | 89 | CA | 3E | 20 | 0 | 15 | D3 | 36 | 37 |
| Octal | 115 | 211 | 312 | 76 | 40 | 0 | 25 | 323 | 66 | 67 |
| Binary | 1001101 | 10001001 | 11001010 | 111110 | 100000 | 0 | 10101 | 11010011 | 110110 | 110111 |
Color Harmonies of #4D89CA
Complementary color
Monochromatic Colors of #4D89CA
Black with #4D89CA
Text Example
Text Example
White with #4D89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D89CA; }
p { color: rgb(77,137,202); }
H1.HeaderClassName
{
color: #4D89CA;
}
.AnyTagClassName
{
color: #4D89CA;
}
</style>
background-color css
<style>
a { background-color: #4D89CA; }
a { background-color: rgb(77,137,202); }
div.DivClassName
{
background-color: #4D89CA;
}
.BgClassName
{
background-color: #4D89CA;
}
</style>
border-color css
<style>
span { border-color: #4D89CA; }
span { border-color: rgb(77,137,202); }
td.TdClassName
{
border-color: #4D89CA;
}
.TagClassName
{
border-color: #4D89CA;
}
</style>