Shades of Mariner #49639B
Tints of Mariner #49639B
RGB
CMYK
RGB Variations
Color information
#49639B (or 0x49639B) is known color: Mariner. HEX triplet: 49, 63 and 9B. RGB value is (73,99,155). Sum of RGB (Red+Green+Blue) = 73+99+155=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #49639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49639B is #B69C64. Grayscale: #616161. Windows color (decimal): -11967589 or 10183497. OLE color: 10183497.
HSL color Cylindrical-coordinate representation of color #49639B: hue angle of 220.98º 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 #49639B is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 99 | 155 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.39 |
| HSL | 220.98º | 0.36% | 0.45% | - |
| HSV(B) | 220.98º | 0.53% | 0.61% | - |
| XYZ | 13.13 | 12.71 | 32.77 | - |
| YUV | 97.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 155 | 0.53 | 0.36 | 0 | 0.39 | 220.98 | 0.36 | 0.45 |
| Hex | 49 | 63 | 9B | 35 | 24 | 0 | 27 | DD | 24 | 2D |
| Octal | 111 | 143 | 233 | 65 | 44 | 0 | 47 | 335 | 44 | 55 |
| Binary | 1001001 | 1100011 | 10011011 | 110101 | 100100 | 0 | 100111 | 11011101 | 100100 | 101101 |
Color Harmonies of #49639B
Complementary color
Monochromatic Colors of #49639B
Black with #49639B
Text Example
Text Example
White with #49639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49639B; }
p { color: rgb(73,99,155); }
H1.HeaderClassName
{
color: #49639B;
}
.AnyTagClassName
{
color: #49639B;
}
</style>
background-color css
<style>
a { background-color: #49639B; }
a { background-color: rgb(73,99,155); }
div.DivClassName
{
background-color: #49639B;
}
.BgClassName
{
background-color: #49639B;
}
</style>
border-color css
<style>
span { border-color: #49639B; }
span { border-color: rgb(73,99,155); }
td.TdClassName
{
border-color: #49639B;
}
.TagClassName
{
border-color: #49639B;
}
</style>