Shades of Mariner #4759A0
Tints of Mariner #4759A0
RGB
CMYK
RGB Variations
Color information
#4759A0 (or 0x4759A0) is known color: Mariner. HEX triplet: 47, 59 and A0. RGB value is (71,89,160). Sum of RGB (Red+Green+Blue) = 71+89+160=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #4759A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4759A0 is #B8A65F. Grayscale: #5B5B5B. Windows color (decimal): -12101216 or 10508615. OLE color: 10508615.
HSL color Cylindrical-coordinate representation of color #4759A0: hue angle of 227.87º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4759A0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 89 | 160 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.37 |
| HSL | 227.87º | 0.39% | 0.45% | - |
| HSV(B) | 227.87º | 0.56% | 0.63% | - |
| XYZ | 12.52 | 11.02 | 34.73 | - |
| YUV | 91.71 | 166.54 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 160 | 0.56 | 0.44 | 0 | 0.37 | 227.87 | 0.39 | 0.45 |
| Hex | 47 | 59 | A0 | 38 | 2C | 0 | 25 | E4 | 27 | 2D |
| Octal | 107 | 131 | 240 | 70 | 54 | 0 | 45 | 344 | 47 | 55 |
| Binary | 1000111 | 1011001 | 10100000 | 111000 | 101100 | 0 | 100101 | 11100100 | 100111 | 101101 |
Color Harmonies of #4759A0
Complementary color
Monochromatic Colors of #4759A0
Black with #4759A0
Text Example
Text Example
White with #4759A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4759A0; }
p { color: rgb(71,89,160); }
H1.HeaderClassName
{
color: #4759A0;
}
.AnyTagClassName
{
color: #4759A0;
}
</style>
background-color css
<style>
a { background-color: #4759A0; }
a { background-color: rgb(71,89,160); }
div.DivClassName
{
background-color: #4759A0;
}
.BgClassName
{
background-color: #4759A0;
}
</style>
border-color css
<style>
span { border-color: #4759A0; }
span { border-color: rgb(71,89,160); }
td.TdClassName
{
border-color: #4759A0;
}
.TagClassName
{
border-color: #4759A0;
}
</style>