Shades of Havelock Blue #4D88C1
Tints of Havelock Blue #4D88C1
RGB
CMYK
RGB Variations
Color information
#4D88C1 (or 0x4D88C1) is known color: Havelock Blue. HEX triplet: 4D, 88 and C1. RGB value is (77,136,193). Sum of RGB (Red+Green+Blue) = 77+136+193=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D88C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88C1 is #B2773E. Grayscale: #7C7C7C. Windows color (decimal): -11695935 or 12683341. OLE color: 12683341.
HSL color Cylindrical-coordinate representation of color #4D88C1: hue angle of 209.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D88C1 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 136 | 193 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.24 |
| HSL | 209.48º | 0.48% | 0.53% | - |
| HSV(B) | 209.48º | 0.6% | 0.76% | - |
| XYZ | 21.49 | 23.04 | 53.77 | - |
| YUV | 124.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 193 | 0.60 | 0.30 | 0 | 0.24 | 209.48 | 0.48 | 0.53 |
| Hex | 4D | 88 | C1 | 3C | 1E | 0 | 18 | D1 | 30 | 35 |
| Octal | 115 | 210 | 301 | 74 | 36 | 0 | 30 | 321 | 60 | 65 |
| Binary | 1001101 | 10001000 | 11000001 | 111100 | 11110 | 0 | 11000 | 11010001 | 110000 | 110101 |
Color Harmonies of #4D88C1
Complementary color
Monochromatic Colors of #4D88C1
Black with #4D88C1
Text Example
Text Example
White with #4D88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88C1; }
p { color: rgb(77,136,193); }
H1.HeaderClassName
{
color: #4D88C1;
}
.AnyTagClassName
{
color: #4D88C1;
}
</style>
background-color css
<style>
a { background-color: #4D88C1; }
a { background-color: rgb(77,136,193); }
div.DivClassName
{
background-color: #4D88C1;
}
.BgClassName
{
background-color: #4D88C1;
}
</style>
border-color css
<style>
span { border-color: #4D88C1; }
span { border-color: rgb(77,136,193); }
td.TdClassName
{
border-color: #4D88C1;
}
.TagClassName
{
border-color: #4D88C1;
}
</style>