Shades of Mariner #4965AE
Tints of Mariner #4965AE
RGB
CMYK
RGB Variations
Color information
#4965AE (or 0x4965AE) is known color: Mariner. HEX triplet: 49, 65 and AE. RGB value is (73,101,174). Sum of RGB (Red+Green+Blue) = 73+101+174=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #4965AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4965AE is #B69A51. Grayscale: #646464. Windows color (decimal): -11967058 or 11429193. OLE color: 11429193.
HSL color Cylindrical-coordinate representation of color #4965AE: hue angle of 223.37º 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 #4965AE is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 101 | 174 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.32 |
| HSL | 223.37º | 0.41% | 0.48% | - |
| HSV(B) | 223.37º | 0.58% | 0.68% | - |
| XYZ | 15.04 | 13.78 | 41.91 | - |
| YUV | 100.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 174 | 0.58 | 0.42 | 0 | 0.32 | 223.37 | 0.41 | 0.48 |
| Hex | 49 | 65 | AE | 3A | 2A | 0 | 20 | DF | 29 | 30 |
| Octal | 111 | 145 | 256 | 72 | 52 | 0 | 40 | 337 | 51 | 60 |
| Binary | 1001001 | 1100101 | 10101110 | 111010 | 101010 | 0 | 100000 | 11011111 | 101001 | 110000 |
Color Harmonies of #4965AE
Complementary color
Monochromatic Colors of #4965AE
Black with #4965AE
Text Example
Text Example
White with #4965AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4965AE; }
p { color: rgb(73,101,174); }
H1.HeaderClassName
{
color: #4965AE;
}
.AnyTagClassName
{
color: #4965AE;
}
</style>
background-color css
<style>
a { background-color: #4965AE; }
a { background-color: rgb(73,101,174); }
div.DivClassName
{
background-color: #4965AE;
}
.BgClassName
{
background-color: #4965AE;
}
</style>
border-color css
<style>
span { border-color: #4965AE; }
span { border-color: rgb(73,101,174); }
td.TdClassName
{
border-color: #4965AE;
}
.TagClassName
{
border-color: #4965AE;
}
</style>