Shades of Mariner #4961AD
Tints of Mariner #4961AD
RGB
CMYK
RGB Variations
Color information
#4961AD (or 0x4961AD) is known color: Mariner. HEX triplet: 49, 61 and AD. RGB value is (73,97,173). Sum of RGB (Red+Green+Blue) = 73+97+173=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4961AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4961AD is #B69E52. Grayscale: #626262. Windows color (decimal): -11968083 or 11362633. OLE color: 11362633.
HSL color Cylindrical-coordinate representation of color #4961AD: hue angle of 225.6º 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 #4961AD is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 97 | 173 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.32 |
| HSL | 225.6º | 0.41% | 0.48% | - |
| HSV(B) | 225.6º | 0.58% | 0.68% | - |
| XYZ | 14.57 | 12.98 | 41.27 | - |
| YUV | 98.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 173 | 0.58 | 0.44 | 0 | 0.32 | 225.6 | 0.41 | 0.48 |
| Hex | 49 | 61 | AD | 3A | 2C | 0 | 20 | E2 | 29 | 30 |
| Octal | 111 | 141 | 255 | 72 | 54 | 0 | 40 | 342 | 51 | 60 |
| Binary | 1001001 | 1100001 | 10101101 | 111010 | 101100 | 0 | 100000 | 11100010 | 101001 | 110000 |
Color Harmonies of #4961AD
Complementary color
Monochromatic Colors of #4961AD
Black with #4961AD
Text Example
Text Example
White with #4961AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4961AD; }
p { color: rgb(73,97,173); }
H1.HeaderClassName
{
color: #4961AD;
}
.AnyTagClassName
{
color: #4961AD;
}
</style>
background-color css
<style>
a { background-color: #4961AD; }
a { background-color: rgb(73,97,173); }
div.DivClassName
{
background-color: #4961AD;
}
.BgClassName
{
background-color: #4961AD;
}
</style>
border-color css
<style>
span { border-color: #4961AD; }
span { border-color: rgb(73,97,173); }
td.TdClassName
{
border-color: #4961AD;
}
.TagClassName
{
border-color: #4961AD;
}
</style>