Shades of Havelock Blue #4D8BC1
Tints of Havelock Blue #4D8BC1
RGB
CMYK
RGB Variations
Color information
#4D8BC1 (or 0x4D8BC1) is known color: Havelock Blue. HEX triplet: 4D, 8B and C1. RGB value is (77,139,193). Sum of RGB (Red+Green+Blue) = 77+139+193=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D8BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BC1 is #B2743E. Grayscale: #7E7E7E. Windows color (decimal): -11695167 or 12684109. OLE color: 12684109.
HSL color Cylindrical-coordinate representation of color #4D8BC1: hue angle of 207.93º 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 #4D8BC1 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 139 | 193 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.24 |
| HSL | 207.93º | 0.48% | 0.53% | - |
| HSV(B) | 207.93º | 0.6% | 0.76% | - |
| XYZ | 21.92 | 23.89 | 53.91 | - |
| YUV | 126.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 193 | 0.60 | 0.28 | 0 | 0.24 | 207.93 | 0.48 | 0.53 |
| Hex | 4D | 8B | C1 | 3C | 1C | 0 | 18 | D0 | 30 | 35 |
| Octal | 115 | 213 | 301 | 74 | 34 | 0 | 30 | 320 | 60 | 65 |
| Binary | 1001101 | 10001011 | 11000001 | 111100 | 11100 | 0 | 11000 | 11010000 | 110000 | 110101 |
Color Harmonies of #4D8BC1
Complementary color
Monochromatic Colors of #4D8BC1
Black with #4D8BC1
Text Example
Text Example
White with #4D8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8BC1; }
p { color: rgb(77,139,193); }
H1.HeaderClassName
{
color: #4D8BC1;
}
.AnyTagClassName
{
color: #4D8BC1;
}
</style>
background-color css
<style>
a { background-color: #4D8BC1; }
a { background-color: rgb(77,139,193); }
div.DivClassName
{
background-color: #4D8BC1;
}
.BgClassName
{
background-color: #4D8BC1;
}
</style>
border-color css
<style>
span { border-color: #4D8BC1; }
span { border-color: rgb(77,139,193); }
td.TdClassName
{
border-color: #4D8BC1;
}
.TagClassName
{
border-color: #4D8BC1;
}
</style>