Shades of Havelock Blue #4D88BF
Tints of Havelock Blue #4D88BF
RGB
CMYK
RGB Variations
Color information
#4D88BF (or 0x4D88BF) is known color: Havelock Blue. HEX triplet: 4D, 88 and BF. RGB value is (77,136,191). Sum of RGB (Red+Green+Blue) = 77+136+191=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D88BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88BF is #B27740. Grayscale: #7C7C7C. Windows color (decimal): -11695937 or 12552269. OLE color: 12552269.
HSL color Cylindrical-coordinate representation of color #4D88BF: hue angle of 208.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D88BF is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 136 | 191 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.25 |
| HSL | 208.95º | 0.47% | 0.53% | - |
| HSV(B) | 208.95º | 0.6% | 0.75% | - |
| XYZ | 21.27 | 22.95 | 52.6 | - |
| YUV | 124.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 191 | 0.60 | 0.29 | 0 | 0.25 | 208.95 | 0.47 | 0.53 |
| Hex | 4D | 88 | BF | 3C | 1D | 0 | 19 | D1 | 2F | 35 |
| Octal | 115 | 210 | 277 | 74 | 35 | 0 | 31 | 321 | 57 | 65 |
| Binary | 1001101 | 10001000 | 10111111 | 111100 | 11101 | 0 | 11001 | 11010001 | 101111 | 110101 |
Color Harmonies of #4D88BF
Complementary color
Monochromatic Colors of #4D88BF
Black with #4D88BF
Text Example
Text Example
White with #4D88BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88BF; }
p { color: rgb(77,136,191); }
H1.HeaderClassName
{
color: #4D88BF;
}
.AnyTagClassName
{
color: #4D88BF;
}
</style>
background-color css
<style>
a { background-color: #4D88BF; }
a { background-color: rgb(77,136,191); }
div.DivClassName
{
background-color: #4D88BF;
}
.BgClassName
{
background-color: #4D88BF;
}
</style>
border-color css
<style>
span { border-color: #4D88BF; }
span { border-color: rgb(77,136,191); }
td.TdClassName
{
border-color: #4D88BF;
}
.TagClassName
{
border-color: #4D88BF;
}
</style>