Shades of Mariner #496292
Tints of Mariner #496292
RGB
CMYK
RGB Variations
Color information
#496292 (or 0x496292) is known color: Mariner. HEX triplet: 49, 62 and 92. RGB value is (73,98,146). Sum of RGB (Red+Green+Blue) = 73+98+146=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #496292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496292 is #B69D6D. Grayscale: #5F5F5F. Windows color (decimal): -11967854 or 9593417. OLE color: 9593417.
HSL color Cylindrical-coordinate representation of color #496292: hue angle of 219.45º 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 #496292 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 98 | 146 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.43 |
| HSL | 219.45º | 0.33% | 0.43% | - |
| HSV(B) | 219.45º | 0.5% | 0.57% | - |
| XYZ | 12.3 | 12.23 | 28.91 | - |
| YUV | 96 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 146 | 0.5 | 0.33 | 0 | 0.43 | 219.45 | 0.33 | 0.43 |
| Hex | 49 | 62 | 92 | 32 | 21 | 0 | 2B | DB | 21 | 2B |
| Octal | 111 | 142 | 222 | 62 | 41 | 0 | 53 | 333 | 41 | 53 |
| Binary | 1001001 | 1100010 | 10010010 | 110010 | 100001 | 0 | 101011 | 11011011 | 100001 | 101011 |
Color Harmonies of #496292
Complementary color
Monochromatic Colors of #496292
Black with #496292
Text Example
Text Example
White with #496292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496292; }
p { color: rgb(73,98,146); }
H1.HeaderClassName
{
color: #496292;
}
.AnyTagClassName
{
color: #496292;
}
</style>
background-color css
<style>
a { background-color: #496292; }
a { background-color: rgb(73,98,146); }
div.DivClassName
{
background-color: #496292;
}
.BgClassName
{
background-color: #496292;
}
</style>
border-color css
<style>
span { border-color: #496292; }
span { border-color: rgb(73,98,146); }
td.TdClassName
{
border-color: #496292;
}
.TagClassName
{
border-color: #496292;
}
</style>