Shades of Havelock Blue #4D8ADA
Tints of Havelock Blue #4D8ADA
RGB
CMYK
RGB Variations
Color information
#4D8ADA (or 0x4D8ADA) is known color: Havelock Blue. HEX triplet: 4D, 8A and DA. RGB value is (77,138,218). Sum of RGB (Red+Green+Blue) = 77+138+218=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D8ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ADA is #B27525. Grayscale: #808080. Windows color (decimal): -11695398 or 14322253. OLE color: 14322253.
HSL color Cylindrical-coordinate representation of color #4D8ADA: hue angle of 214.04º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8ADA is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 138 | 218 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.15 |
| HSL | 214.04º | 0.66% | 0.58% | - |
| HSV(B) | 214.04º | 0.65% | 0.85% | - |
| XYZ | 24.8 | 24.82 | 69.81 | - |
| YUV | 128.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 218 | 0.65 | 0.37 | 0 | 0.15 | 214.04 | 0.66 | 0.58 |
| Hex | 4D | 8A | DA | 41 | 25 | 0 | F | D6 | 42 | 3A |
| Octal | 115 | 212 | 332 | 101 | 45 | 0 | 17 | 326 | 102 | 72 |
| Binary | 1001101 | 10001010 | 11011010 | 1000001 | 100101 | 0 | 1111 | 11010110 | 1000010 | 111010 |
Color Harmonies of #4D8ADA
Complementary color
Monochromatic Colors of #4D8ADA
Black with #4D8ADA
Text Example
Text Example
White with #4D8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ADA; }
p { color: rgb(77,138,218); }
H1.HeaderClassName
{
color: #4D8ADA;
}
.AnyTagClassName
{
color: #4D8ADA;
}
</style>
background-color css
<style>
a { background-color: #4D8ADA; }
a { background-color: rgb(77,138,218); }
div.DivClassName
{
background-color: #4D8ADA;
}
.BgClassName
{
background-color: #4D8ADA;
}
</style>
border-color css
<style>
span { border-color: #4D8ADA; }
span { border-color: rgb(77,138,218); }
td.TdClassName
{
border-color: #4D8ADA;
}
.TagClassName
{
border-color: #4D8ADA;
}
</style>