Shades of Mariner #4963A0
Tints of Mariner #4963A0
RGB
CMYK
RGB Variations
Color information
#4963A0 (or 0x4963A0) is known color: Mariner. HEX triplet: 49, 63 and A0. RGB value is (73,99,160). Sum of RGB (Red+Green+Blue) = 73+99+160=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #4963A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4963A0 is #B69C5F. Grayscale: #616161. Windows color (decimal): -11967584 or 10511177. OLE color: 10511177.
HSL color Cylindrical-coordinate representation of color #4963A0: hue angle of 222.07º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4963A0 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 99 | 160 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.37 |
| HSL | 222.07º | 0.37% | 0.46% | - |
| HSV(B) | 222.07º | 0.54% | 0.63% | - |
| XYZ | 13.55 | 12.88 | 35.03 | - |
| YUV | 98.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 160 | 0.54 | 0.38 | 0 | 0.37 | 222.07 | 0.37 | 0.46 |
| Hex | 49 | 63 | A0 | 36 | 26 | 0 | 25 | DE | 25 | 2E |
| Octal | 111 | 143 | 240 | 66 | 46 | 0 | 45 | 336 | 45 | 56 |
| Binary | 1001001 | 1100011 | 10100000 | 110110 | 100110 | 0 | 100101 | 11011110 | 100101 | 101110 |
Color Harmonies of #4963A0
Complementary color
Monochromatic Colors of #4963A0
Black with #4963A0
Text Example
Text Example
White with #4963A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963A0; }
p { color: rgb(73,99,160); }
H1.HeaderClassName
{
color: #4963A0;
}
.AnyTagClassName
{
color: #4963A0;
}
</style>
background-color css
<style>
a { background-color: #4963A0; }
a { background-color: rgb(73,99,160); }
div.DivClassName
{
background-color: #4963A0;
}
.BgClassName
{
background-color: #4963A0;
}
</style>
border-color css
<style>
span { border-color: #4963A0; }
span { border-color: rgb(73,99,160); }
td.TdClassName
{
border-color: #4963A0;
}
.TagClassName
{
border-color: #4963A0;
}
</style>