Shades of Havelock Blue #4D8BDB
Tints of Havelock Blue #4D8BDB
RGB
CMYK
RGB Variations
Color information
#4D8BDB (or 0x4D8BDB) is known color: Havelock Blue. HEX triplet: 4D, 8B and DB. RGB value is (77,139,219). Sum of RGB (Red+Green+Blue) = 77+139+219=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BDB is #B27424. Grayscale: #818181. Windows color (decimal): -11695141 or 14388045. OLE color: 14388045.
HSL color Cylindrical-coordinate representation of color #4D8BDB: hue angle of 213.8º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8BDB is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 139 | 219 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.14 |
| HSL | 213.8º | 0.66% | 0.58% | - |
| HSV(B) | 213.8º | 0.65% | 0.86% | - |
| XYZ | 25.08 | 25.16 | 70.55 | - |
| YUV | 129.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 219 | 0.65 | 0.37 | 0 | 0.14 | 213.8 | 0.66 | 0.58 |
| Hex | 4D | 8B | DB | 41 | 25 | 0 | E | D6 | 42 | 3A |
| Octal | 115 | 213 | 333 | 101 | 45 | 0 | 16 | 326 | 102 | 72 |
| Binary | 1001101 | 10001011 | 11011011 | 1000001 | 100101 | 0 | 1110 | 11010110 | 1000010 | 111010 |
Color Harmonies of #4D8BDB
Complementary color
Monochromatic Colors of #4D8BDB
Black with #4D8BDB
Text Example
Text Example
White with #4D8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8BDB; }
p { color: rgb(77,139,219); }
H1.HeaderClassName
{
color: #4D8BDB;
}
.AnyTagClassName
{
color: #4D8BDB;
}
</style>
background-color css
<style>
a { background-color: #4D8BDB; }
a { background-color: rgb(77,139,219); }
div.DivClassName
{
background-color: #4D8BDB;
}
.BgClassName
{
background-color: #4D8BDB;
}
</style>
border-color css
<style>
span { border-color: #4D8BDB; }
span { border-color: rgb(77,139,219); }
td.TdClassName
{
border-color: #4D8BDB;
}
.TagClassName
{
border-color: #4D8BDB;
}
</style>