Shades of Mariner #495F90
Tints of Mariner #495F90
RGB
CMYK
RGB Variations
Color information
#495F90 (or 0x495F90) is known color: Mariner. HEX triplet: 49, 5F and 90. RGB value is (73,95,144). Sum of RGB (Red+Green+Blue) = 73+95+144=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #495F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F90 is #B6A06F. Grayscale: #5D5D5D. Windows color (decimal): -11968624 or 9461577. OLE color: 9461577.
HSL color Cylindrical-coordinate representation of color #495F90: hue angle of 221.41º 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 #495F90 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 95 | 144 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.44 |
| HSL | 221.41º | 0.33% | 0.43% | - |
| HSV(B) | 221.41º | 0.49% | 0.56% | - |
| XYZ | 11.87 | 11.61 | 28 | - |
| YUV | 94.01 | 156.21 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 144 | 0.49 | 0.34 | 0 | 0.44 | 221.41 | 0.33 | 0.43 |
| Hex | 49 | 5F | 90 | 31 | 22 | 0 | 2C | DD | 21 | 2B |
| Octal | 111 | 137 | 220 | 61 | 42 | 0 | 54 | 335 | 41 | 53 |
| Binary | 1001001 | 1011111 | 10010000 | 110001 | 100010 | 0 | 101100 | 11011101 | 100001 | 101011 |
Color Harmonies of #495F90
Complementary color
Monochromatic Colors of #495F90
Black with #495F90
Text Example
Text Example
White with #495F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F90; }
p { color: rgb(73,95,144); }
H1.HeaderClassName
{
color: #495F90;
}
.AnyTagClassName
{
color: #495F90;
}
</style>
background-color css
<style>
a { background-color: #495F90; }
a { background-color: rgb(73,95,144); }
div.DivClassName
{
background-color: #495F90;
}
.BgClassName
{
background-color: #495F90;
}
</style>
border-color css
<style>
span { border-color: #495F90; }
span { border-color: rgb(73,95,144); }
td.TdClassName
{
border-color: #495F90;
}
.TagClassName
{
border-color: #495F90;
}
</style>