Shades of Havelock Blue #4D81CD
Tints of Havelock Blue #4D81CD
RGB
CMYK
RGB Variations
Color information
#4D81CD (or 0x4D81CD) is known color: Havelock Blue. HEX triplet: 4D, 81 and CD. RGB value is (77,129,205). Sum of RGB (Red+Green+Blue) = 77+129+205=411 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.73% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D81CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D81CD is #B27E32. Grayscale: #797979. Windows color (decimal): -11697715 or 13467981. OLE color: 13467981.
HSL color Cylindrical-coordinate representation of color #4D81CD: hue angle of 215.62º 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 #4D81CD is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 129 | 205 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.20 |
| HSL | 215.63º | 0.56% | 0.55% | - |
| HSV(B) | 215.63º | 0.62% | 0.8% | - |
| XYZ | 21.93 | 21.69 | 60.79 | - |
| YUV | 122.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 205 | 0.62 | 0.37 | 0 | 0.20 | 215.63 | 0.56 | 0.55 |
| Hex | 4D | 81 | CD | 3E | 25 | 0 | 14 | D8 | 38 | 37 |
| Octal | 115 | 201 | 315 | 76 | 45 | 0 | 24 | 330 | 70 | 67 |
| Binary | 1001101 | 10000001 | 11001101 | 111110 | 100101 | 0 | 10100 | 11011000 | 111000 | 110111 |
Color Harmonies of #4D81CD
Complementary color
Monochromatic Colors of #4D81CD
Black with #4D81CD
Text Example
Text Example
White with #4D81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D81CD; }
p { color: rgb(77,129,205); }
H1.HeaderClassName
{
color: #4D81CD;
}
.AnyTagClassName
{
color: #4D81CD;
}
</style>
background-color css
<style>
a { background-color: #4D81CD; }
a { background-color: rgb(77,129,205); }
div.DivClassName
{
background-color: #4D81CD;
}
.BgClassName
{
background-color: #4D81CD;
}
</style>
border-color css
<style>
span { border-color: #4D81CD; }
span { border-color: rgb(77,129,205); }
td.TdClassName
{
border-color: #4D81CD;
}
.TagClassName
{
border-color: #4D81CD;
}
</style>