Shades of Mariner #49619B
Tints of Mariner #49619B
RGB
CMYK
RGB Variations
Color information
#49619B (or 0x49619B) is known color: Mariner. HEX triplet: 49, 61 and 9B. RGB value is (73,97,155). Sum of RGB (Red+Green+Blue) = 73+97+155=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #49619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49619B is #B69E64. Grayscale: #606060. Windows color (decimal): -11968101 or 10182985. OLE color: 10182985.
HSL color Cylindrical-coordinate representation of color #49619B: hue angle of 222.44º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49619B is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 97 | 155 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.39 |
| HSL | 222.44º | 0.36% | 0.45% | - |
| HSV(B) | 222.44º | 0.53% | 0.61% | - |
| XYZ | 12.94 | 12.33 | 32.71 | - |
| YUV | 96.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 155 | 0.53 | 0.37 | 0 | 0.39 | 222.44 | 0.36 | 0.45 |
| Hex | 49 | 61 | 9B | 35 | 25 | 0 | 27 | DE | 24 | 2D |
| Octal | 111 | 141 | 233 | 65 | 45 | 0 | 47 | 336 | 44 | 55 |
| Binary | 1001001 | 1100001 | 10011011 | 110101 | 100101 | 0 | 100111 | 11011110 | 100100 | 101101 |
Color Harmonies of #49619B
Complementary color
Monochromatic Colors of #49619B
Black with #49619B
Text Example
Text Example
White with #49619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49619B; }
p { color: rgb(73,97,155); }
H1.HeaderClassName
{
color: #49619B;
}
.AnyTagClassName
{
color: #49619B;
}
</style>
background-color css
<style>
a { background-color: #49619B; }
a { background-color: rgb(73,97,155); }
div.DivClassName
{
background-color: #49619B;
}
.BgClassName
{
background-color: #49619B;
}
</style>
border-color css
<style>
span { border-color: #49619B; }
span { border-color: rgb(73,97,155); }
td.TdClassName
{
border-color: #49619B;
}
.TagClassName
{
border-color: #49619B;
}
</style>