Shades of Mariner #496090
Tints of Mariner #496090
RGB
CMYK
RGB Variations
Color information
#496090 (or 0x496090) is known color: Mariner. HEX triplet: 49, 60 and 90. RGB value is (73,96,144). Sum of RGB (Red+Green+Blue) = 73+96+144=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #496090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496090 is #B69F6F. Grayscale: #5E5E5E. Windows color (decimal): -11968368 or 9461833. OLE color: 9461833.
HSL color Cylindrical-coordinate representation of color #496090: hue angle of 220.56º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #496090 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 96 | 144 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.44 |
| HSL | 220.56º | 0.33% | 0.43% | - |
| HSV(B) | 220.56º | 0.49% | 0.56% | - |
| XYZ | 11.96 | 11.8 | 28.03 | - |
| YUV | 94.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 144 | 0.49 | 0.33 | 0 | 0.44 | 220.56 | 0.33 | 0.43 |
| Hex | 49 | 60 | 90 | 31 | 21 | 0 | 2C | DD | 21 | 2B |
| Octal | 111 | 140 | 220 | 61 | 41 | 0 | 54 | 335 | 41 | 53 |
| Binary | 1001001 | 1100000 | 10010000 | 110001 | 100001 | 0 | 101100 | 11011101 | 100001 | 101011 |
Color Harmonies of #496090
Complementary color
Monochromatic Colors of #496090
Black with #496090
Text Example
Text Example
White with #496090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496090; }
p { color: rgb(73,96,144); }
H1.HeaderClassName
{
color: #496090;
}
.AnyTagClassName
{
color: #496090;
}
</style>
background-color css
<style>
a { background-color: #496090; }
a { background-color: rgb(73,96,144); }
div.DivClassName
{
background-color: #496090;
}
.BgClassName
{
background-color: #496090;
}
</style>
border-color css
<style>
span { border-color: #496090; }
span { border-color: rgb(73,96,144); }
td.TdClassName
{
border-color: #496090;
}
.TagClassName
{
border-color: #496090;
}
</style>