Shades of Mariner #496394
Tints of Mariner #496394
RGB
CMYK
RGB Variations
Color information
#496394 (or 0x496394) is known color: Mariner. HEX triplet: 49, 63 and 94. RGB value is (73,99,148). Sum of RGB (Red+Green+Blue) = 73+99+148=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #496394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496394 is #B69C6B. Grayscale: #606060. Windows color (decimal): -11967596 or 9724745. OLE color: 9724745.
HSL color Cylindrical-coordinate representation of color #496394: hue angle of 219.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496394 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 99 | 148 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.42 |
| HSL | 219.2º | 0.34% | 0.43% | - |
| HSV(B) | 219.2º | 0.51% | 0.58% | - |
| XYZ | 12.55 | 12.48 | 29.76 | - |
| YUV | 96.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 148 | 0.51 | 0.33 | 0 | 0.42 | 219.2 | 0.34 | 0.43 |
| Hex | 49 | 63 | 94 | 33 | 21 | 0 | 2A | DB | 22 | 2B |
| Octal | 111 | 143 | 224 | 63 | 41 | 0 | 52 | 333 | 42 | 53 |
| Binary | 1001001 | 1100011 | 10010100 | 110011 | 100001 | 0 | 101010 | 11011011 | 100010 | 101011 |
Color Harmonies of #496394
Complementary color
Monochromatic Colors of #496394
Black with #496394
Text Example
Text Example
White with #496394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496394; }
p { color: rgb(73,99,148); }
H1.HeaderClassName
{
color: #496394;
}
.AnyTagClassName
{
color: #496394;
}
</style>
background-color css
<style>
a { background-color: #496394; }
a { background-color: rgb(73,99,148); }
div.DivClassName
{
background-color: #496394;
}
.BgClassName
{
background-color: #496394;
}
</style>
border-color css
<style>
span { border-color: #496394; }
span { border-color: rgb(73,99,148); }
td.TdClassName
{
border-color: #496394;
}
.TagClassName
{
border-color: #496394;
}
</style>