Shades of Mariner #495C96
Tints of Mariner #495C96
RGB
CMYK
RGB Variations
Color information
#495C96 (or 0x495C96) is known color: Mariner. HEX triplet: 49, 5C and 96. RGB value is (73,92,150). Sum of RGB (Red+Green+Blue) = 73+92+150=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #495C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C96 is #B6A369. Grayscale: #5C5C5C. Windows color (decimal): -11969386 or 9854025. OLE color: 9854025.
HSL color Cylindrical-coordinate representation of color #495C96: hue angle of 225.19º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495C96 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 92 | 150 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.41 |
| HSL | 225.19º | 0.35% | 0.44% | - |
| HSV(B) | 225.19º | 0.51% | 0.59% | - |
| XYZ | 12.08 | 11.27 | 30.39 | - |
| YUV | 92.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 150 | 0.51 | 0.39 | 0 | 0.41 | 225.19 | 0.35 | 0.44 |
| Hex | 49 | 5C | 96 | 33 | 27 | 0 | 29 | E1 | 23 | 2C |
| Octal | 111 | 134 | 226 | 63 | 47 | 0 | 51 | 341 | 43 | 54 |
| Binary | 1001001 | 1011100 | 10010110 | 110011 | 100111 | 0 | 101001 | 11100001 | 100011 | 101100 |
Color Harmonies of #495C96
Complementary color
Monochromatic Colors of #495C96
Black with #495C96
Text Example
Text Example
White with #495C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C96; }
p { color: rgb(73,92,150); }
H1.HeaderClassName
{
color: #495C96;
}
.AnyTagClassName
{
color: #495C96;
}
</style>
background-color css
<style>
a { background-color: #495C96; }
a { background-color: rgb(73,92,150); }
div.DivClassName
{
background-color: #495C96;
}
.BgClassName
{
background-color: #495C96;
}
</style>
border-color css
<style>
span { border-color: #495C96; }
span { border-color: rgb(73,92,150); }
td.TdClassName
{
border-color: #495C96;
}
.TagClassName
{
border-color: #495C96;
}
</style>