Shades of Mariner #496395
Tints of Mariner #496395
RGB
CMYK
RGB Variations
Color information
#496395 (or 0x496395) is known color: Mariner. HEX triplet: 49, 63 and 95. RGB value is (73,99,149). Sum of RGB (Red+Green+Blue) = 73+99+149=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #496395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496395 is #B69C6A. Grayscale: #606060. Windows color (decimal): -11967595 or 9790281. OLE color: 9790281.
HSL color Cylindrical-coordinate representation of color #496395: hue angle of 219.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496395 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 99 | 149 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.42 |
| HSL | 219.47º | 0.34% | 0.44% | - |
| HSV(B) | 219.47º | 0.51% | 0.58% | - |
| XYZ | 12.63 | 12.51 | 30.18 | - |
| YUV | 96.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 149 | 0.51 | 0.34 | 0 | 0.42 | 219.47 | 0.34 | 0.44 |
| Hex | 49 | 63 | 95 | 33 | 22 | 0 | 2A | DB | 22 | 2C |
| Octal | 111 | 143 | 225 | 63 | 42 | 0 | 52 | 333 | 42 | 54 |
| Binary | 1001001 | 1100011 | 10010101 | 110011 | 100010 | 0 | 101010 | 11011011 | 100010 | 101100 |
Color Harmonies of #496395
Complementary color
Monochromatic Colors of #496395
Black with #496395
Text Example
Text Example
White with #496395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496395; }
p { color: rgb(73,99,149); }
H1.HeaderClassName
{
color: #496395;
}
.AnyTagClassName
{
color: #496395;
}
</style>
background-color css
<style>
a { background-color: #496395; }
a { background-color: rgb(73,99,149); }
div.DivClassName
{
background-color: #496395;
}
.BgClassName
{
background-color: #496395;
}
</style>
border-color css
<style>
span { border-color: #496395; }
span { border-color: rgb(73,99,149); }
td.TdClassName
{
border-color: #496395;
}
.TagClassName
{
border-color: #496395;
}
</style>