Shades of Mariner #495EAB
Tints of Mariner #495EAB
RGB
CMYK
RGB Variations
Color information
#495EAB (or 0x495EAB) is known color: Mariner. HEX triplet: 49, 5E and AB. RGB value is (73,94,171). Sum of RGB (Red+Green+Blue) = 73+94+171=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #495EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495EAB is #B6A154. Grayscale: #606060. Windows color (decimal): -11968853 or 11230793. OLE color: 11230793.
HSL color Cylindrical-coordinate representation of color #495EAB: hue angle of 227.14º 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 #495EAB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 94 | 171 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.33 |
| HSL | 227.14º | 0.4% | 0.48% | - |
| HSV(B) | 227.14º | 0.57% | 0.67% | - |
| XYZ | 14.1 | 12.36 | 40.17 | - |
| YUV | 96.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 94 | 171 | 0.57 | 0.45 | 0 | 0.33 | 227.14 | 0.4 | 0.48 |
| Hex | 49 | 5E | AB | 39 | 2D | 0 | 21 | E3 | 28 | 30 |
| Octal | 111 | 136 | 253 | 71 | 55 | 0 | 41 | 343 | 50 | 60 |
| Binary | 1001001 | 1011110 | 10101011 | 111001 | 101101 | 0 | 100001 | 11100011 | 101000 | 110000 |
Color Harmonies of #495EAB
Complementary color
Monochromatic Colors of #495EAB
Black with #495EAB
Text Example
Text Example
White with #495EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495EAB; }
p { color: rgb(73,94,171); }
H1.HeaderClassName
{
color: #495EAB;
}
.AnyTagClassName
{
color: #495EAB;
}
</style>
background-color css
<style>
a { background-color: #495EAB; }
a { background-color: rgb(73,94,171); }
div.DivClassName
{
background-color: #495EAB;
}
.BgClassName
{
background-color: #495EAB;
}
</style>
border-color css
<style>
span { border-color: #495EAB; }
span { border-color: rgb(73,94,171); }
td.TdClassName
{
border-color: #495EAB;
}
.TagClassName
{
border-color: #495EAB;
}
</style>