Shades of Mariner #4D5FA9
Tints of Mariner #4D5FA9
RGB
CMYK
RGB Variations
Color information
#4D5FA9 (or 0x4D5FA9) is known color: Mariner. HEX triplet: 4D, 5F and A9. RGB value is (77,95,169). Sum of RGB (Red+Green+Blue) = 77+95+169=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D5FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FA9 is #B2A056. Grayscale: #616161. Windows color (decimal): -11706455 or 11099981. OLE color: 11099981.
HSL color Cylindrical-coordinate representation of color #4D5FA9: hue angle of 228.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D5FA9 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 95 | 169 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.34 |
| HSL | 228.26º | 0.37% | 0.48% | - |
| HSV(B) | 228.26º | 0.54% | 0.66% | - |
| XYZ | 14.31 | 12.63 | 39.22 | - |
| YUV | 98.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 169 | 0.54 | 0.44 | 0 | 0.34 | 228.26 | 0.37 | 0.48 |
| Hex | 4D | 5F | A9 | 36 | 2C | 0 | 22 | E4 | 25 | 30 |
| Octal | 115 | 137 | 251 | 66 | 54 | 0 | 42 | 344 | 45 | 60 |
| Binary | 1001101 | 1011111 | 10101001 | 110110 | 101100 | 0 | 100010 | 11100100 | 100101 | 110000 |
Color Harmonies of #4D5FA9
Complementary color
Monochromatic Colors of #4D5FA9
Black with #4D5FA9
Text Example
Text Example
White with #4D5FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FA9; }
p { color: rgb(77,95,169); }
H1.HeaderClassName
{
color: #4D5FA9;
}
.AnyTagClassName
{
color: #4D5FA9;
}
</style>
background-color css
<style>
a { background-color: #4D5FA9; }
a { background-color: rgb(77,95,169); }
div.DivClassName
{
background-color: #4D5FA9;
}
.BgClassName
{
background-color: #4D5FA9;
}
</style>
border-color css
<style>
span { border-color: #4D5FA9; }
span { border-color: rgb(77,95,169); }
td.TdClassName
{
border-color: #4D5FA9;
}
.TagClassName
{
border-color: #4D5FA9;
}
</style>