Shades of Havelock Blue #4D81BE
Tints of Havelock Blue #4D81BE
RGB
CMYK
RGB Variations
Color information
#4D81BE (or 0x4D81BE) is known color: Havelock Blue. HEX triplet: 4D, 81 and BE. RGB value is (77,129,190). Sum of RGB (Red+Green+Blue) = 77+129+190=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D81BE is #B27E41. Grayscale: #787878. Windows color (decimal): -11697730 or 12484941. OLE color: 12484941.
HSL color Cylindrical-coordinate representation of color #4D81BE: hue angle of 212.39º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D81BE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 129 | 190 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.25 |
| HSL | 212.39º | 0.47% | 0.52% | - |
| HSV(B) | 212.39º | 0.59% | 0.75% | - |
| XYZ | 20.21 | 21 | 51.7 | - |
| YUV | 120.41 | 167.27 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 190 | 0.59 | 0.32 | 0 | 0.25 | 212.39 | 0.47 | 0.52 |
| Hex | 4D | 81 | BE | 3B | 20 | 0 | 19 | D4 | 2F | 34 |
| Octal | 115 | 201 | 276 | 73 | 40 | 0 | 31 | 324 | 57 | 64 |
| Binary | 1001101 | 10000001 | 10111110 | 111011 | 100000 | 0 | 11001 | 11010100 | 101111 | 110100 |
Color Harmonies of #4D81BE
Complementary color
Monochromatic Colors of #4D81BE
Black with #4D81BE
Text Example
Text Example
White with #4D81BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D81BE; }
p { color: rgb(77,129,190); }
H1.HeaderClassName
{
color: #4D81BE;
}
.AnyTagClassName
{
color: #4D81BE;
}
</style>
background-color css
<style>
a { background-color: #4D81BE; }
a { background-color: rgb(77,129,190); }
div.DivClassName
{
background-color: #4D81BE;
}
.BgClassName
{
background-color: #4D81BE;
}
</style>
border-color css
<style>
span { border-color: #4D81BE; }
span { border-color: rgb(77,129,190); }
td.TdClassName
{
border-color: #4D81BE;
}
.TagClassName
{
border-color: #4D81BE;
}
</style>