Shades of Mariner #49619F
Tints of Mariner #49619F
RGB
CMYK
RGB Variations
Color information
#49619F (or 0x49619F) is known color: Mariner. HEX triplet: 49, 61 and 9F. RGB value is (73,97,159). Sum of RGB (Red+Green+Blue) = 73+97+159=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #49619F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49619F is #B69E60. Grayscale: #606060. Windows color (decimal): -11968097 or 10445129. OLE color: 10445129.
HSL color Cylindrical-coordinate representation of color #49619F: hue angle of 223.26º 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 #49619F is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 97 | 159 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.38 |
| HSL | 223.26º | 0.37% | 0.45% | - |
| HSV(B) | 223.26º | 0.54% | 0.62% | - |
| XYZ | 13.28 | 12.47 | 34.51 | - |
| YUV | 96.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 159 | 0.54 | 0.39 | 0 | 0.38 | 223.26 | 0.37 | 0.45 |
| Hex | 49 | 61 | 9F | 36 | 27 | 0 | 26 | DF | 25 | 2D |
| Octal | 111 | 141 | 237 | 66 | 47 | 0 | 46 | 337 | 45 | 55 |
| Binary | 1001001 | 1100001 | 10011111 | 110110 | 100111 | 0 | 100110 | 11011111 | 100101 | 101101 |
Color Harmonies of #49619F
Complementary color
Monochromatic Colors of #49619F
Black with #49619F
Text Example
Text Example
White with #49619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49619F; }
p { color: rgb(73,97,159); }
H1.HeaderClassName
{
color: #49619F;
}
.AnyTagClassName
{
color: #49619F;
}
</style>
background-color css
<style>
a { background-color: #49619F; }
a { background-color: rgb(73,97,159); }
div.DivClassName
{
background-color: #49619F;
}
.BgClassName
{
background-color: #49619F;
}
</style>
border-color css
<style>
span { border-color: #49619F; }
span { border-color: rgb(73,97,159); }
td.TdClassName
{
border-color: #49619F;
}
.TagClassName
{
border-color: #49619F;
}
</style>