Shades of Havelock Blue #4D8ADD
Tints of Havelock Blue #4D8ADD
RGB
CMYK
RGB Variations
Color information
#4D8ADD (or 0x4D8ADD) is known color: Havelock Blue. HEX triplet: 4D, 8A and DD. RGB value is (77,138,221). Sum of RGB (Red+Green+Blue) = 77+138+221=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D8ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ADD is #B27522. Grayscale: #808080. Windows color (decimal): -11695395 or 14518861. OLE color: 14518861.
HSL color Cylindrical-coordinate representation of color #4D8ADD: hue angle of 214.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8ADD is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 138 | 221 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.13 |
| HSL | 214.58º | 0.68% | 0.58% | - |
| HSV(B) | 214.58º | 0.65% | 0.87% | - |
| XYZ | 25.2 | 24.98 | 71.9 | - |
| YUV | 129.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 221 | 0.65 | 0.38 | 0 | 0.13 | 214.58 | 0.68 | 0.58 |
| Hex | 4D | 8A | DD | 41 | 26 | 0 | D | D7 | 44 | 3A |
| Octal | 115 | 212 | 335 | 101 | 46 | 0 | 15 | 327 | 104 | 72 |
| Binary | 1001101 | 10001010 | 11011101 | 1000001 | 100110 | 0 | 1101 | 11010111 | 1000100 | 111010 |
Color Harmonies of #4D8ADD
Complementary color
Monochromatic Colors of #4D8ADD
Black with #4D8ADD
Text Example
Text Example
White with #4D8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ADD; }
p { color: rgb(77,138,221); }
H1.HeaderClassName
{
color: #4D8ADD;
}
.AnyTagClassName
{
color: #4D8ADD;
}
</style>
background-color css
<style>
a { background-color: #4D8ADD; }
a { background-color: rgb(77,138,221); }
div.DivClassName
{
background-color: #4D8ADD;
}
.BgClassName
{
background-color: #4D8ADD;
}
</style>
border-color css
<style>
span { border-color: #4D8ADD; }
span { border-color: rgb(77,138,221); }
td.TdClassName
{
border-color: #4D8ADD;
}
.TagClassName
{
border-color: #4D8ADD;
}
</style>