Shades of Mariner #4D5F90
Tints of Mariner #4D5F90
RGB
CMYK
RGB Variations
Color information
#4D5F90 (or 0x4D5F90) is known color: Mariner. HEX triplet: 4D, 5F and 90. RGB value is (77,95,144). Sum of RGB (Red+Green+Blue) = 77+95+144=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D5F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5F90 is #B2A06F. Grayscale: #5E5E5E. Windows color (decimal): -11706480 or 9461581. OLE color: 9461581.
HSL color Cylindrical-coordinate representation of color #4D5F90: hue angle of 223.88º 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 #4D5F90 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 95 | 144 | - |
| CMYK | 0.47 | 0.34 | 0 | 0.44 |
| HSL | 223.88º | 0.3% | 0.43% | - |
| HSV(B) | 223.88º | 0.47% | 0.56% | - |
| XYZ | 12.19 | 11.78 | 28.02 | - |
| YUV | 95.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 144 | 0.47 | 0.34 | 0 | 0.44 | 223.88 | 0.3 | 0.43 |
| Hex | 4D | 5F | 90 | 2F | 22 | 0 | 2C | E0 | 1E | 2B |
| Octal | 115 | 137 | 220 | 57 | 42 | 0 | 54 | 340 | 36 | 53 |
| Binary | 1001101 | 1011111 | 10010000 | 101111 | 100010 | 0 | 101100 | 11100000 | 11110 | 101011 |
Color Harmonies of #4D5F90
Complementary color
Monochromatic Colors of #4D5F90
Black with #4D5F90
Text Example
Text Example
White with #4D5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F90; }
p { color: rgb(77,95,144); }
H1.HeaderClassName
{
color: #4D5F90;
}
.AnyTagClassName
{
color: #4D5F90;
}
</style>
background-color css
<style>
a { background-color: #4D5F90; }
a { background-color: rgb(77,95,144); }
div.DivClassName
{
background-color: #4D5F90;
}
.BgClassName
{
background-color: #4D5F90;
}
</style>
border-color css
<style>
span { border-color: #4D5F90; }
span { border-color: rgb(77,95,144); }
td.TdClassName
{
border-color: #4D5F90;
}
.TagClassName
{
border-color: #4D5F90;
}
</style>