Shades of Mariner #4D5E99
Tints of Mariner #4D5E99
RGB
CMYK
RGB Variations
Color information
#4D5E99 (or 0x4D5E99) is known color: Mariner. HEX triplet: 4D, 5E and 99. RGB value is (77,94,153). Sum of RGB (Red+Green+Blue) = 77+94+153=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D5E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5E99 is #B2A166. Grayscale: #5F5F5F. Windows color (decimal): -11706727 or 10051149. OLE color: 10051149.
HSL color Cylindrical-coordinate representation of color #4D5E99: hue angle of 226.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D5E99 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 94 | 153 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.4 |
| HSL | 226.58º | 0.33% | 0.45% | - |
| HSV(B) | 226.58º | 0.5% | 0.6% | - |
| XYZ | 12.81 | 11.88 | 31.76 | - |
| YUV | 95.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 153 | 0.50 | 0.39 | 0 | 0.4 | 226.58 | 0.33 | 0.45 |
| Hex | 4D | 5E | 99 | 32 | 27 | 0 | 28 | E3 | 21 | 2D |
| Octal | 115 | 136 | 231 | 62 | 47 | 0 | 50 | 343 | 41 | 55 |
| Binary | 1001101 | 1011110 | 10011001 | 110010 | 100111 | 0 | 101000 | 11100011 | 100001 | 101101 |
Color Harmonies of #4D5E99
Complementary color
Monochromatic Colors of #4D5E99
Black with #4D5E99
Text Example
Text Example
White with #4D5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5E99; }
p { color: rgb(77,94,153); }
H1.HeaderClassName
{
color: #4D5E99;
}
.AnyTagClassName
{
color: #4D5E99;
}
</style>
background-color css
<style>
a { background-color: #4D5E99; }
a { background-color: rgb(77,94,153); }
div.DivClassName
{
background-color: #4D5E99;
}
.BgClassName
{
background-color: #4D5E99;
}
</style>
border-color css
<style>
span { border-color: #4D5E99; }
span { border-color: rgb(77,94,153); }
td.TdClassName
{
border-color: #4D5E99;
}
.TagClassName
{
border-color: #4D5E99;
}
</style>