Shades of Mariner #496191
Tints of Mariner #496191
RGB
CMYK
RGB Variations
Color information
#496191 (or 0x496191) is known color: Mariner. HEX triplet: 49, 61 and 91. RGB value is (73,97,145). Sum of RGB (Red+Green+Blue) = 73+97+145=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #496191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496191 is #B69E6E. Grayscale: #5F5F5F. Windows color (decimal): -11968111 or 9527625. OLE color: 9527625.
HSL color Cylindrical-coordinate representation of color #496191: hue angle of 220º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496191 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 97 | 145 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.43 |
| HSL | 220º | 0.33% | 0.43% | - |
| HSV(B) | 220º | 0.5% | 0.57% | - |
| XYZ | 12.13 | 12.01 | 28.47 | - |
| YUV | 95.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 145 | 0.50 | 0.33 | 0 | 0.43 | 220 | 0.33 | 0.43 |
| Hex | 49 | 61 | 91 | 32 | 21 | 0 | 2B | DC | 21 | 2B |
| Octal | 111 | 141 | 221 | 62 | 41 | 0 | 53 | 334 | 41 | 53 |
| Binary | 1001001 | 1100001 | 10010001 | 110010 | 100001 | 0 | 101011 | 11011100 | 100001 | 101011 |
Color Harmonies of #496191
Complementary color
Monochromatic Colors of #496191
Black with #496191
Text Example
Text Example
White with #496191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496191; }
p { color: rgb(73,97,145); }
H1.HeaderClassName
{
color: #496191;
}
.AnyTagClassName
{
color: #496191;
}
</style>
background-color css
<style>
a { background-color: #496191; }
a { background-color: rgb(73,97,145); }
div.DivClassName
{
background-color: #496191;
}
.BgClassName
{
background-color: #496191;
}
</style>
border-color css
<style>
span { border-color: #496191; }
span { border-color: rgb(73,97,145); }
td.TdClassName
{
border-color: #496191;
}
.TagClassName
{
border-color: #496191;
}
</style>