Shades of Mariner #4D5E93
Tints of Mariner #4D5E93
RGB
CMYK
RGB Variations
Color information
#4D5E93 (or 0x4D5E93) is known color: Mariner. HEX triplet: 4D, 5E and 93. RGB value is (77,94,147). Sum of RGB (Red+Green+Blue) = 77+94+147=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D5E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5E93 is #B2A16C. Grayscale: #5E5E5E. Windows color (decimal): -11706733 or 9657933. OLE color: 9657933.
HSL color Cylindrical-coordinate representation of color #4D5E93: hue angle of 225.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D5E93 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 94 | 147 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.42 |
| HSL | 225.43º | 0.31% | 0.44% | - |
| HSV(B) | 225.43º | 0.48% | 0.58% | - |
| XYZ | 12.33 | 11.69 | 29.21 | - |
| YUV | 94.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 94 | 147 | 0.48 | 0.36 | 0 | 0.42 | 225.43 | 0.31 | 0.44 |
| Hex | 4D | 5E | 93 | 30 | 24 | 0 | 2A | E1 | 1F | 2C |
| Octal | 115 | 136 | 223 | 60 | 44 | 0 | 52 | 341 | 37 | 54 |
| Binary | 1001101 | 1011110 | 10010011 | 110000 | 100100 | 0 | 101010 | 11100001 | 11111 | 101100 |
Color Harmonies of #4D5E93
Complementary color
Monochromatic Colors of #4D5E93
Black with #4D5E93
Text Example
Text Example
White with #4D5E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5E93; }
p { color: rgb(77,94,147); }
H1.HeaderClassName
{
color: #4D5E93;
}
.AnyTagClassName
{
color: #4D5E93;
}
</style>
background-color css
<style>
a { background-color: #4D5E93; }
a { background-color: rgb(77,94,147); }
div.DivClassName
{
background-color: #4D5E93;
}
.BgClassName
{
background-color: #4D5E93;
}
</style>
border-color css
<style>
span { border-color: #4D5E93; }
span { border-color: rgb(77,94,147); }
td.TdClassName
{
border-color: #4D5E93;
}
.TagClassName
{
border-color: #4D5E93;
}
</style>