Shades of Mariner #4961AB
Tints of Mariner #4961AB
RGB
CMYK
RGB Variations
Color information
#4961AB (or 0x4961AB) is known color: Mariner. HEX triplet: 49, 61 and AB. RGB value is (73,97,171). Sum of RGB (Red+Green+Blue) = 73+97+171=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4961AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4961AB is #B69E54. Grayscale: #616161. Windows color (decimal): -11968085 or 11231561. OLE color: 11231561.
HSL color Cylindrical-coordinate representation of color #4961AB: hue angle of 225.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4961AB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 97 | 171 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.33 |
| HSL | 225.31º | 0.4% | 0.48% | - |
| HSV(B) | 225.31º | 0.57% | 0.67% | - |
| XYZ | 14.37 | 12.91 | 40.26 | - |
| YUV | 98.26 | 169.05 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 171 | 0.57 | 0.43 | 0 | 0.33 | 225.31 | 0.4 | 0.48 |
| Hex | 49 | 61 | AB | 39 | 2B | 0 | 21 | E1 | 28 | 30 |
| Octal | 111 | 141 | 253 | 71 | 53 | 0 | 41 | 341 | 50 | 60 |
| Binary | 1001001 | 1100001 | 10101011 | 111001 | 101011 | 0 | 100001 | 11100001 | 101000 | 110000 |
Color Harmonies of #4961AB
Complementary color
Monochromatic Colors of #4961AB
Black with #4961AB
Text Example
Text Example
White with #4961AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4961AB; }
p { color: rgb(73,97,171); }
H1.HeaderClassName
{
color: #4961AB;
}
.AnyTagClassName
{
color: #4961AB;
}
</style>
background-color css
<style>
a { background-color: #4961AB; }
a { background-color: rgb(73,97,171); }
div.DivClassName
{
background-color: #4961AB;
}
.BgClassName
{
background-color: #4961AB;
}
</style>
border-color css
<style>
span { border-color: #4961AB; }
span { border-color: rgb(73,97,171); }
td.TdClassName
{
border-color: #4961AB;
}
.TagClassName
{
border-color: #4961AB;
}
</style>