Shades of Havelock Blue #4D8BDC
Tints of Havelock Blue #4D8BDC
RGB
CMYK
RGB Variations
Color information
#4D8BDC (or 0x4D8BDC) is known color: Havelock Blue. HEX triplet: 4D, 8B and DC. RGB value is (77,139,220). Sum of RGB (Red+Green+Blue) = 77+139+220=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8BDC is #B27423. Grayscale: #818181. Windows color (decimal): -11695140 or 14453581. OLE color: 14453581.
HSL color Cylindrical-coordinate representation of color #4D8BDC: hue angle of 213.99º degrees, saturation: 0.67, 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 #4D8BDC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 139 | 220 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.14 |
| HSL | 213.99º | 0.67% | 0.58% | - |
| HSV(B) | 213.99º | 0.65% | 0.86% | - |
| XYZ | 25.21 | 25.21 | 71.25 | - |
| YUV | 129.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 220 | 0.65 | 0.37 | 0 | 0.14 | 213.99 | 0.67 | 0.58 |
| Hex | 4D | 8B | DC | 41 | 25 | 0 | E | D6 | 43 | 3A |
| Octal | 115 | 213 | 334 | 101 | 45 | 0 | 16 | 326 | 103 | 72 |
| Binary | 1001101 | 10001011 | 11011100 | 1000001 | 100101 | 0 | 1110 | 11010110 | 1000011 | 111010 |
Color Harmonies of #4D8BDC
Complementary color
Monochromatic Colors of #4D8BDC
Black with #4D8BDC
Text Example
Text Example
White with #4D8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8BDC; }
p { color: rgb(77,139,220); }
H1.HeaderClassName
{
color: #4D8BDC;
}
.AnyTagClassName
{
color: #4D8BDC;
}
</style>
background-color css
<style>
a { background-color: #4D8BDC; }
a { background-color: rgb(77,139,220); }
div.DivClassName
{
background-color: #4D8BDC;
}
.BgClassName
{
background-color: #4D8BDC;
}
</style>
border-color css
<style>
span { border-color: #4D8BDC; }
span { border-color: rgb(77,139,220); }
td.TdClassName
{
border-color: #4D8BDC;
}
.TagClassName
{
border-color: #4D8BDC;
}
</style>