Shades of Mariner #495BA0
Tints of Mariner #495BA0
RGB
CMYK
RGB Variations
Color information
#495BA0 (or 0x495BA0) is known color: Mariner. HEX triplet: 49, 5B and A0. RGB value is (73,91,160). Sum of RGB (Red+Green+Blue) = 73+91+160=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #495BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495BA0 is #B6A45F. Grayscale: #5D5D5D. Windows color (decimal): -11969632 or 10509129. OLE color: 10509129.
HSL color Cylindrical-coordinate representation of color #495BA0: hue angle of 227.59º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #495BA0 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 91 | 160 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.37 |
| HSL | 227.59º | 0.37% | 0.46% | - |
| HSV(B) | 227.59º | 0.54% | 0.63% | - |
| XYZ | 12.83 | 11.44 | 34.79 | - |
| YUV | 93.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 160 | 0.54 | 0.43 | 0 | 0.37 | 227.59 | 0.37 | 0.46 |
| Hex | 49 | 5B | A0 | 36 | 2B | 0 | 25 | E4 | 25 | 2E |
| Octal | 111 | 133 | 240 | 66 | 53 | 0 | 45 | 344 | 45 | 56 |
| Binary | 1001001 | 1011011 | 10100000 | 110110 | 101011 | 0 | 100101 | 11100100 | 100101 | 101110 |
Color Harmonies of #495BA0
Complementary color
Monochromatic Colors of #495BA0
Black with #495BA0
Text Example
Text Example
White with #495BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BA0; }
p { color: rgb(73,91,160); }
H1.HeaderClassName
{
color: #495BA0;
}
.AnyTagClassName
{
color: #495BA0;
}
</style>
background-color css
<style>
a { background-color: #495BA0; }
a { background-color: rgb(73,91,160); }
div.DivClassName
{
background-color: #495BA0;
}
.BgClassName
{
background-color: #495BA0;
}
</style>
border-color css
<style>
span { border-color: #495BA0; }
span { border-color: rgb(73,91,160); }
td.TdClassName
{
border-color: #495BA0;
}
.TagClassName
{
border-color: #495BA0;
}
</style>