Shades of Mariner #49609A
Tints of Mariner #49609A
RGB
CMYK
RGB Variations
Color information
#49609A (or 0x49609A) is known color: Mariner. HEX triplet: 49, 60 and 9A. RGB value is (73,96,154). Sum of RGB (Red+Green+Blue) = 73+96+154=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #49609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49609A is #B69F65. Grayscale: #5F5F5F. Windows color (decimal): -11968358 or 10117193. OLE color: 10117193.
HSL color Cylindrical-coordinate representation of color #49609A: hue angle of 222.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49609A is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 96 | 154 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.40 |
| HSL | 222.96º | 0.36% | 0.45% | - |
| HSV(B) | 222.96º | 0.53% | 0.6% | - |
| XYZ | 12.76 | 12.12 | 32.24 | - |
| YUV | 95.74 | 160.88 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 154 | 0.53 | 0.38 | 0 | 0.40 | 222.96 | 0.36 | 0.45 |
| Hex | 49 | 60 | 9A | 35 | 26 | 0 | 28 | DF | 24 | 2D |
| Octal | 111 | 140 | 232 | 65 | 46 | 0 | 50 | 337 | 44 | 55 |
| Binary | 1001001 | 1100000 | 10011010 | 110101 | 100110 | 0 | 101000 | 11011111 | 100100 | 101101 |
Color Harmonies of #49609A
Complementary color
Monochromatic Colors of #49609A
Black with #49609A
Text Example
Text Example
White with #49609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49609A; }
p { color: rgb(73,96,154); }
H1.HeaderClassName
{
color: #49609A;
}
.AnyTagClassName
{
color: #49609A;
}
</style>
background-color css
<style>
a { background-color: #49609A; }
a { background-color: rgb(73,96,154); }
div.DivClassName
{
background-color: #49609A;
}
.BgClassName
{
background-color: #49609A;
}
</style>
border-color css
<style>
span { border-color: #49609A; }
span { border-color: rgb(73,96,154); }
td.TdClassName
{
border-color: #49609A;
}
.TagClassName
{
border-color: #49609A;
}
</style>