Shades of Mariner #4963AE
Tints of Mariner #4963AE
RGB
CMYK
RGB Variations
Color information
#4963AE (or 0x4963AE) is known color: Mariner. HEX triplet: 49, 63 and AE. RGB value is (73,99,174). Sum of RGB (Red+Green+Blue) = 73+99+174=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #4963AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4963AE is #B69C51. Grayscale: #636363. Windows color (decimal): -11967570 or 11428681. OLE color: 11428681.
HSL color Cylindrical-coordinate representation of color #4963AE: hue angle of 224.55º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4963AE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 99 | 174 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.32 |
| HSL | 224.55º | 0.41% | 0.48% | - |
| HSV(B) | 224.55º | 0.58% | 0.68% | - |
| XYZ | 14.85 | 13.4 | 41.85 | - |
| YUV | 99.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 174 | 0.58 | 0.43 | 0 | 0.32 | 224.55 | 0.41 | 0.48 |
| Hex | 49 | 63 | AE | 3A | 2B | 0 | 20 | E1 | 29 | 30 |
| Octal | 111 | 143 | 256 | 72 | 53 | 0 | 40 | 341 | 51 | 60 |
| Binary | 1001001 | 1100011 | 10101110 | 111010 | 101011 | 0 | 100000 | 11100001 | 101001 | 110000 |
Color Harmonies of #4963AE
Complementary color
Monochromatic Colors of #4963AE
Black with #4963AE
Text Example
Text Example
White with #4963AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963AE; }
p { color: rgb(73,99,174); }
H1.HeaderClassName
{
color: #4963AE;
}
.AnyTagClassName
{
color: #4963AE;
}
</style>
background-color css
<style>
a { background-color: #4963AE; }
a { background-color: rgb(73,99,174); }
div.DivClassName
{
background-color: #4963AE;
}
.BgClassName
{
background-color: #4963AE;
}
</style>
border-color css
<style>
span { border-color: #4963AE; }
span { border-color: rgb(73,99,174); }
td.TdClassName
{
border-color: #4963AE;
}
.TagClassName
{
border-color: #4963AE;
}
</style>