Shades of Mariner #495DAA
Tints of Mariner #495DAA
RGB
CMYK
RGB Variations
Color information
#495DAA (or 0x495DAA) is known color: Mariner. HEX triplet: 49, 5D and AA. RGB value is (73,93,170). Sum of RGB (Red+Green+Blue) = 73+93+170=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #495DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495DAA is #B6A255. Grayscale: #5F5F5F. Windows color (decimal): -11969110 or 11165001. OLE color: 11165001.
HSL color Cylindrical-coordinate representation of color #495DAA: hue angle of 227.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #495DAA is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 93 | 170 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.33 |
| HSL | 227.63º | 0.4% | 0.48% | - |
| HSV(B) | 227.63º | 0.57% | 0.67% | - |
| XYZ | 13.92 | 12.15 | 39.64 | - |
| YUV | 95.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 170 | 0.57 | 0.45 | 0 | 0.33 | 227.63 | 0.4 | 0.48 |
| Hex | 49 | 5D | AA | 39 | 2D | 0 | 21 | E4 | 28 | 30 |
| Octal | 111 | 135 | 252 | 71 | 55 | 0 | 41 | 344 | 50 | 60 |
| Binary | 1001001 | 1011101 | 10101010 | 111001 | 101101 | 0 | 100001 | 11100100 | 101000 | 110000 |
Color Harmonies of #495DAA
Complementary color
Monochromatic Colors of #495DAA
Black with #495DAA
Text Example
Text Example
White with #495DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495DAA; }
p { color: rgb(73,93,170); }
H1.HeaderClassName
{
color: #495DAA;
}
.AnyTagClassName
{
color: #495DAA;
}
</style>
background-color css
<style>
a { background-color: #495DAA; }
a { background-color: rgb(73,93,170); }
div.DivClassName
{
background-color: #495DAA;
}
.BgClassName
{
background-color: #495DAA;
}
</style>
border-color css
<style>
span { border-color: #495DAA; }
span { border-color: rgb(73,93,170); }
td.TdClassName
{
border-color: #495DAA;
}
.TagClassName
{
border-color: #495DAA;
}
</style>