Shades of Mariner #495C90
Tints of Mariner #495C90
RGB
CMYK
RGB Variations
Color information
#495C90 (or 0x495C90) is known color: Mariner. HEX triplet: 49, 5C and 90. RGB value is (73,92,144). Sum of RGB (Red+Green+Blue) = 73+92+144=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #495C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495C90 is #B6A36F. Grayscale: #5C5C5C. Windows color (decimal): -11969392 or 9460809. OLE color: 9460809.
HSL color Cylindrical-coordinate representation of color #495C90: hue angle of 223.94º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495C90 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 92 | 144 | - |
| CMYK | 0.49 | 0.36 | 0 | 0.44 |
| HSL | 223.94º | 0.33% | 0.43% | - |
| HSV(B) | 223.94º | 0.49% | 0.56% | - |
| XYZ | 11.61 | 11.08 | 27.91 | - |
| YUV | 92.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 144 | 0.49 | 0.36 | 0 | 0.44 | 223.94 | 0.33 | 0.43 |
| Hex | 49 | 5C | 90 | 31 | 24 | 0 | 2C | E0 | 21 | 2B |
| Octal | 111 | 134 | 220 | 61 | 44 | 0 | 54 | 340 | 41 | 53 |
| Binary | 1001001 | 1011100 | 10010000 | 110001 | 100100 | 0 | 101100 | 11100000 | 100001 | 101011 |
Color Harmonies of #495C90
Complementary color
Monochromatic Colors of #495C90
Black with #495C90
Text Example
Text Example
White with #495C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C90; }
p { color: rgb(73,92,144); }
H1.HeaderClassName
{
color: #495C90;
}
.AnyTagClassName
{
color: #495C90;
}
</style>
background-color css
<style>
a { background-color: #495C90; }
a { background-color: rgb(73,92,144); }
div.DivClassName
{
background-color: #495C90;
}
.BgClassName
{
background-color: #495C90;
}
</style>
border-color css
<style>
span { border-color: #495C90; }
span { border-color: rgb(73,92,144); }
td.TdClassName
{
border-color: #495C90;
}
.TagClassName
{
border-color: #495C90;
}
</style>