Shades of Mariner #495D95
Tints of Mariner #495D95
RGB
CMYK
RGB Variations
Color information
#495D95 (or 0x495D95) is known color: Mariner. HEX triplet: 49, 5D and 95. RGB value is (73,93,149). Sum of RGB (Red+Green+Blue) = 73+93+149=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #495D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495D95 is #B6A26A. Grayscale: #5D5D5D. Windows color (decimal): -11969131 or 9788745. OLE color: 9788745.
HSL color Cylindrical-coordinate representation of color #495D95: hue angle of 224.21º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495D95 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 93 | 149 | - |
| CMYK | 0.51 | 0.38 | 0 | 0.42 |
| HSL | 224.21º | 0.34% | 0.44% | - |
| HSV(B) | 224.21º | 0.51% | 0.58% | - |
| XYZ | 12.09 | 11.42 | 30 | - |
| YUV | 93.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 149 | 0.51 | 0.38 | 0 | 0.42 | 224.21 | 0.34 | 0.44 |
| Hex | 49 | 5D | 95 | 33 | 26 | 0 | 2A | E0 | 22 | 2C |
| Octal | 111 | 135 | 225 | 63 | 46 | 0 | 52 | 340 | 42 | 54 |
| Binary | 1001001 | 1011101 | 10010101 | 110011 | 100110 | 0 | 101010 | 11100000 | 100010 | 101100 |
Color Harmonies of #495D95
Complementary color
Monochromatic Colors of #495D95
Black with #495D95
Text Example
Text Example
White with #495D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D95; }
p { color: rgb(73,93,149); }
H1.HeaderClassName
{
color: #495D95;
}
.AnyTagClassName
{
color: #495D95;
}
</style>
background-color css
<style>
a { background-color: #495D95; }
a { background-color: rgb(73,93,149); }
div.DivClassName
{
background-color: #495D95;
}
.BgClassName
{
background-color: #495D95;
}
</style>
border-color css
<style>
span { border-color: #495D95; }
span { border-color: rgb(73,93,149); }
td.TdClassName
{
border-color: #495D95;
}
.TagClassName
{
border-color: #495D95;
}
</style>