Shades of Mariner #49609F
Tints of Mariner #49609F
RGB
CMYK
RGB Variations
Color information
#49609F (or 0x49609F) is known color: Mariner. HEX triplet: 49, 60 and 9F. RGB value is (73,96,159). Sum of RGB (Red+Green+Blue) = 73+96+159=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #49609F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49609F is #B69F60. Grayscale: #606060. Windows color (decimal): -11968353 or 10444873. OLE color: 10444873.
HSL color Cylindrical-coordinate representation of color #49609F: hue angle of 223.95º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49609F is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 96 | 159 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.38 |
| HSL | 223.95º | 0.37% | 0.45% | - |
| HSV(B) | 223.95º | 0.54% | 0.62% | - |
| XYZ | 13.19 | 12.29 | 34.48 | - |
| YUV | 96.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 159 | 0.54 | 0.40 | 0 | 0.38 | 223.95 | 0.37 | 0.45 |
| Hex | 49 | 60 | 9F | 36 | 28 | 0 | 26 | E0 | 25 | 2D |
| Octal | 111 | 140 | 237 | 66 | 50 | 0 | 46 | 340 | 45 | 55 |
| Binary | 1001001 | 1100000 | 10011111 | 110110 | 101000 | 0 | 100110 | 11100000 | 100101 | 101101 |
Color Harmonies of #49609F
Complementary color
Monochromatic Colors of #49609F
Black with #49609F
Text Example
Text Example
White with #49609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49609F; }
p { color: rgb(73,96,159); }
H1.HeaderClassName
{
color: #49609F;
}
.AnyTagClassName
{
color: #49609F;
}
</style>
background-color css
<style>
a { background-color: #49609F; }
a { background-color: rgb(73,96,159); }
div.DivClassName
{
background-color: #49609F;
}
.BgClassName
{
background-color: #49609F;
}
</style>
border-color css
<style>
span { border-color: #49609F; }
span { border-color: rgb(73,96,159); }
td.TdClassName
{
border-color: #49609F;
}
.TagClassName
{
border-color: #49609F;
}
</style>