Shades of Mariner #496299
Tints of Mariner #496299
RGB
CMYK
RGB Variations
Color information
#496299 (or 0x496299) is known color: Mariner. HEX triplet: 49, 62 and 99. RGB value is (73,98,153). Sum of RGB (Red+Green+Blue) = 73+98+153=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #496299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496299 is #B69D66. Grayscale: #606060. Windows color (decimal): -11967847 or 10052169. OLE color: 10052169.
HSL color Cylindrical-coordinate representation of color #496299: hue angle of 221.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496299 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 98 | 153 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.4 |
| HSL | 221.25º | 0.35% | 0.44% | - |
| HSV(B) | 221.25º | 0.52% | 0.6% | - |
| XYZ | 12.87 | 12.45 | 31.86 | - |
| YUV | 96.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 153 | 0.52 | 0.36 | 0 | 0.4 | 221.25 | 0.35 | 0.44 |
| Hex | 49 | 62 | 99 | 34 | 24 | 0 | 28 | DD | 23 | 2C |
| Octal | 111 | 142 | 231 | 64 | 44 | 0 | 50 | 335 | 43 | 54 |
| Binary | 1001001 | 1100010 | 10011001 | 110100 | 100100 | 0 | 101000 | 11011101 | 100011 | 101100 |
Color Harmonies of #496299
Complementary color
Monochromatic Colors of #496299
Black with #496299
Text Example
Text Example
White with #496299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496299; }
p { color: rgb(73,98,153); }
H1.HeaderClassName
{
color: #496299;
}
.AnyTagClassName
{
color: #496299;
}
</style>
background-color css
<style>
a { background-color: #496299; }
a { background-color: rgb(73,98,153); }
div.DivClassName
{
background-color: #496299;
}
.BgClassName
{
background-color: #496299;
}
</style>
border-color css
<style>
span { border-color: #496299; }
span { border-color: rgb(73,98,153); }
td.TdClassName
{
border-color: #496299;
}
.TagClassName
{
border-color: #496299;
}
</style>