Shades of Havelock Blue #4D8AC1
Tints of Havelock Blue #4D8AC1
RGB
CMYK
RGB Variations
Color information
#4D8AC1 (or 0x4D8AC1) is known color: Havelock Blue. HEX triplet: 4D, 8A and C1. RGB value is (77,138,193). Sum of RGB (Red+Green+Blue) = 77+138+193=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D8AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8AC1 is #B2753E. Grayscale: #7D7D7D. Windows color (decimal): -11695423 or 12683853. OLE color: 12683853.
HSL color Cylindrical-coordinate representation of color #4D8AC1: hue angle of 208.45º 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 #4D8AC1 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 138 | 193 | - |
| CMYK | 0.60 | 0.28 | 0 | 0.24 |
| HSL | 208.45º | 0.48% | 0.53% | - |
| HSV(B) | 208.45º | 0.6% | 0.76% | - |
| XYZ | 21.77 | 23.61 | 53.86 | - |
| YUV | 126.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 193 | 0.60 | 0.28 | 0 | 0.24 | 208.45 | 0.48 | 0.53 |
| Hex | 4D | 8A | C1 | 3C | 1C | 0 | 18 | D0 | 30 | 35 |
| Octal | 115 | 212 | 301 | 74 | 34 | 0 | 30 | 320 | 60 | 65 |
| Binary | 1001101 | 10001010 | 11000001 | 111100 | 11100 | 0 | 11000 | 11010000 | 110000 | 110101 |
Color Harmonies of #4D8AC1
Complementary color
Monochromatic Colors of #4D8AC1
Black with #4D8AC1
Text Example
Text Example
White with #4D8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8AC1; }
p { color: rgb(77,138,193); }
H1.HeaderClassName
{
color: #4D8AC1;
}
.AnyTagClassName
{
color: #4D8AC1;
}
</style>
background-color css
<style>
a { background-color: #4D8AC1; }
a { background-color: rgb(77,138,193); }
div.DivClassName
{
background-color: #4D8AC1;
}
.BgClassName
{
background-color: #4D8AC1;
}
</style>
border-color css
<style>
span { border-color: #4D8AC1; }
span { border-color: rgb(77,138,193); }
td.TdClassName
{
border-color: #4D8AC1;
}
.TagClassName
{
border-color: #4D8AC1;
}
</style>