Shades of Havelock Blue #4D8BCB
Tints of Havelock Blue #4D8BCB
RGB
CMYK
RGB Variations
Color information
#4D8BCB (or 0x4D8BCB) is known color: Havelock Blue. HEX triplet: 4D, 8B and CB. RGB value is (77,139,203). Sum of RGB (Red+Green+Blue) = 77+139+203=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 139 (54.69% from 255 or 33.17% 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 #4D8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BCB is #B27434. Grayscale: #7F7F7F. Windows color (decimal): -11695157 or 13339469. OLE color: 13339469.
HSL color Cylindrical-coordinate representation of color #4D8BCB: hue angle of 210.48º 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 #4D8BCB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 139 | 203 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.20 |
| HSL | 210.48º | 0.55% | 0.55% | - |
| HSV(B) | 210.48º | 0.62% | 0.8% | - |
| XYZ | 23.07 | 24.35 | 59.98 | - |
| YUV | 127.76 | 170.46 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 203 | 0.62 | 0.32 | 0 | 0.20 | 210.48 | 0.55 | 0.55 |
| Hex | 4D | 8B | CB | 3E | 20 | 0 | 14 | D2 | 37 | 37 |
| Octal | 115 | 213 | 313 | 76 | 40 | 0 | 24 | 322 | 67 | 67 |
| Binary | 1001101 | 10001011 | 11001011 | 111110 | 100000 | 0 | 10100 | 11010010 | 110111 | 110111 |
Color Harmonies of #4D8BCB
Complementary color
Monochromatic Colors of #4D8BCB
Black with #4D8BCB
Text Example
Text Example
White with #4D8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8BCB; }
p { color: rgb(77,139,203); }
H1.HeaderClassName
{
color: #4D8BCB;
}
.AnyTagClassName
{
color: #4D8BCB;
}
</style>
background-color css
<style>
a { background-color: #4D8BCB; }
a { background-color: rgb(77,139,203); }
div.DivClassName
{
background-color: #4D8BCB;
}
.BgClassName
{
background-color: #4D8BCB;
}
</style>
border-color css
<style>
span { border-color: #4D8BCB; }
span { border-color: rgb(77,139,203); }
td.TdClassName
{
border-color: #4D8BCB;
}
.TagClassName
{
border-color: #4D8BCB;
}
</style>