Shades of Havelock Blue #4D7ACD
Tints of Havelock Blue #4D7ACD
RGB
CMYK
RGB Variations
Color information
#4D7ACD (or 0x4D7ACD) is known color: Havelock Blue. HEX triplet: 4D, 7A and CD. RGB value is (77,122,205). Sum of RGB (Red+Green+Blue) = 77+122+205=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ACD is #B28532. Grayscale: #757575. Windows color (decimal): -11699507 or 13466189. OLE color: 13466189.
HSL color Cylindrical-coordinate representation of color #4D7ACD: hue angle of 218.91º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D7ACD is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 122 | 205 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.20 |
| HSL | 218.91º | 0.56% | 0.55% | - |
| HSV(B) | 218.91º | 0.62% | 0.8% | - |
| XYZ | 21.04 | 19.9 | 60.49 | - |
| YUV | 118.01 | 177.09 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 205 | 0.62 | 0.40 | 0 | 0.20 | 218.91 | 0.56 | 0.55 |
| Hex | 4D | 7A | CD | 3E | 28 | 0 | 14 | DB | 38 | 37 |
| Octal | 115 | 172 | 315 | 76 | 50 | 0 | 24 | 333 | 70 | 67 |
| Binary | 1001101 | 1111010 | 11001101 | 111110 | 101000 | 0 | 10100 | 11011011 | 111000 | 110111 |
Color Harmonies of #4D7ACD
Complementary color
Monochromatic Colors of #4D7ACD
Black with #4D7ACD
Text Example
Text Example
White with #4D7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7ACD; }
p { color: rgb(77,122,205); }
H1.HeaderClassName
{
color: #4D7ACD;
}
.AnyTagClassName
{
color: #4D7ACD;
}
</style>
background-color css
<style>
a { background-color: #4D7ACD; }
a { background-color: rgb(77,122,205); }
div.DivClassName
{
background-color: #4D7ACD;
}
.BgClassName
{
background-color: #4D7ACD;
}
</style>
border-color css
<style>
span { border-color: #4D7ACD; }
span { border-color: rgb(77,122,205); }
td.TdClassName
{
border-color: #4D7ACD;
}
.TagClassName
{
border-color: #4D7ACD;
}
</style>