Shades of Mariner #4D5E90
Tints of Mariner #4D5E90
RGB
CMYK
RGB Variations
Color information
#4D5E90 (or 0x4D5E90) is known color: Mariner. HEX triplet: 4D, 5E and 90. RGB value is (77,94,144). Sum of RGB (Red+Green+Blue) = 77+94+144=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D5E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5E90 is #B2A16F. Grayscale: #5E5E5E. Windows color (decimal): -11706736 or 9461325. OLE color: 9461325.
HSL color Cylindrical-coordinate representation of color #4D5E90: hue angle of 224.78º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5E90 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 94 | 144 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.44 |
| HSL | 224.78º | 0.3% | 0.43% | - |
| HSV(B) | 224.78º | 0.47% | 0.56% | - |
| XYZ | 12.1 | 11.6 | 27.99 | - |
| YUV | 94.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 144 | 0.47 | 0.35 | 0 | 0.44 | 224.78 | 0.3 | 0.43 |
| Hex | 4D | 5E | 90 | 2F | 23 | 0 | 2C | E1 | 1E | 2B |
| Octal | 115 | 136 | 220 | 57 | 43 | 0 | 54 | 341 | 36 | 53 |
| Binary | 1001101 | 1011110 | 10010000 | 101111 | 100011 | 0 | 101100 | 11100001 | 11110 | 101011 |
Color Harmonies of #4D5E90
Complementary color
Monochromatic Colors of #4D5E90
Black with #4D5E90
Text Example
Text Example
White with #4D5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5E90; }
p { color: rgb(77,94,144); }
H1.HeaderClassName
{
color: #4D5E90;
}
.AnyTagClassName
{
color: #4D5E90;
}
</style>
background-color css
<style>
a { background-color: #4D5E90; }
a { background-color: rgb(77,94,144); }
div.DivClassName
{
background-color: #4D5E90;
}
.BgClassName
{
background-color: #4D5E90;
}
</style>
border-color css
<style>
span { border-color: #4D5E90; }
span { border-color: rgb(77,94,144); }
td.TdClassName
{
border-color: #4D5E90;
}
.TagClassName
{
border-color: #4D5E90;
}
</style>