Shades of Mariner #495D90
Tints of Mariner #495D90
RGB
CMYK
RGB Variations
Color information
#495D90 (or 0x495D90) is known color: Mariner. HEX triplet: 49, 5D and 90. RGB value is (73,93,144). Sum of RGB (Red+Green+Blue) = 73+93+144=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #495D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D90 is #B6A26F. Grayscale: #5C5C5C. Windows color (decimal): -11969136 or 9461065. OLE color: 9461065.
HSL color Cylindrical-coordinate representation of color #495D90: hue angle of 223.1º 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 #495D90 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 93 | 144 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.44 |
| HSL | 223.1º | 0.33% | 0.43% | - |
| HSV(B) | 223.1º | 0.49% | 0.56% | - |
| XYZ | 11.7 | 11.26 | 27.94 | - |
| YUV | 92.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 144 | 0.49 | 0.35 | 0 | 0.44 | 223.1 | 0.33 | 0.43 |
| Hex | 49 | 5D | 90 | 31 | 23 | 0 | 2C | DF | 21 | 2B |
| Octal | 111 | 135 | 220 | 61 | 43 | 0 | 54 | 337 | 41 | 53 |
| Binary | 1001001 | 1011101 | 10010000 | 110001 | 100011 | 0 | 101100 | 11011111 | 100001 | 101011 |
Color Harmonies of #495D90
Complementary color
Monochromatic Colors of #495D90
Black with #495D90
Text Example
Text Example
White with #495D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D90; }
p { color: rgb(73,93,144); }
H1.HeaderClassName
{
color: #495D90;
}
.AnyTagClassName
{
color: #495D90;
}
</style>
background-color css
<style>
a { background-color: #495D90; }
a { background-color: rgb(73,93,144); }
div.DivClassName
{
background-color: #495D90;
}
.BgClassName
{
background-color: #495D90;
}
</style>
border-color css
<style>
span { border-color: #495D90; }
span { border-color: rgb(73,93,144); }
td.TdClassName
{
border-color: #495D90;
}
.TagClassName
{
border-color: #495D90;
}
</style>