Shades of Mariner #496AB3
Tints of Mariner #496AB3
RGB
CMYK
RGB Variations
Color information
#496AB3 (or 0x496AB3) is known color: Mariner. HEX triplet: 49, 6A and B3. RGB value is (73,106,179). Sum of RGB (Red+Green+Blue) = 73+106+179=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #496AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496AB3 is #B6954C. Grayscale: #686868. Windows color (decimal): -11965773 or 11758153. OLE color: 11758153.
HSL color Cylindrical-coordinate representation of color #496AB3: hue angle of 221.32º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496AB3 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 106 | 179 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.30 |
| HSL | 221.32º | 0.42% | 0.49% | - |
| HSV(B) | 221.32º | 0.59% | 0.7% | - |
| XYZ | 16.04 | 14.98 | 44.69 | - |
| YUV | 104.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 179 | 0.59 | 0.41 | 0 | 0.30 | 221.32 | 0.42 | 0.49 |
| Hex | 49 | 6A | B3 | 3B | 29 | 0 | 1E | DD | 2A | 31 |
| Octal | 111 | 152 | 263 | 73 | 51 | 0 | 36 | 335 | 52 | 61 |
| Binary | 1001001 | 1101010 | 10110011 | 111011 | 101001 | 0 | 11110 | 11011101 | 101010 | 110001 |
Color Harmonies of #496AB3
Complementary color
Monochromatic Colors of #496AB3
Black with #496AB3
Text Example
Text Example
White with #496AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496AB3; }
p { color: rgb(73,106,179); }
H1.HeaderClassName
{
color: #496AB3;
}
.AnyTagClassName
{
color: #496AB3;
}
</style>
background-color css
<style>
a { background-color: #496AB3; }
a { background-color: rgb(73,106,179); }
div.DivClassName
{
background-color: #496AB3;
}
.BgClassName
{
background-color: #496AB3;
}
</style>
border-color css
<style>
span { border-color: #496AB3; }
span { border-color: rgb(73,106,179); }
td.TdClassName
{
border-color: #496AB3;
}
.TagClassName
{
border-color: #496AB3;
}
</style>