Shades of Mariner #4860AB
Tints of Mariner #4860AB
RGB
CMYK
RGB Variations
Color information
#4860AB (or 0x4860AB) is known color: Mariner. HEX triplet: 48, 60 and AB. RGB value is (72,96,171). Sum of RGB (Red+Green+Blue) = 72+96+171=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4860AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4860AB is #B79F54. Grayscale: #616161. Windows color (decimal): -12033877 or 11231304. OLE color: 11231304.
HSL color Cylindrical-coordinate representation of color #4860AB: hue angle of 225.45º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4860AB is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 96 | 171 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.33 |
| HSL | 225.45º | 0.41% | 0.48% | - |
| HSV(B) | 225.45º | 0.58% | 0.67% | - |
| XYZ | 14.21 | 12.68 | 40.23 | - |
| YUV | 97.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 171 | 0.58 | 0.44 | 0 | 0.33 | 225.45 | 0.41 | 0.48 |
| Hex | 48 | 60 | AB | 3A | 2C | 0 | 21 | E1 | 29 | 30 |
| Octal | 110 | 140 | 253 | 72 | 54 | 0 | 41 | 341 | 51 | 60 |
| Binary | 1001000 | 1100000 | 10101011 | 111010 | 101100 | 0 | 100001 | 11100001 | 101001 | 110000 |
Color Harmonies of #4860AB
Complementary color
Monochromatic Colors of #4860AB
Black with #4860AB
Text Example
Text Example
White with #4860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860AB; }
p { color: rgb(72,96,171); }
H1.HeaderClassName
{
color: #4860AB;
}
.AnyTagClassName
{
color: #4860AB;
}
</style>
background-color css
<style>
a { background-color: #4860AB; }
a { background-color: rgb(72,96,171); }
div.DivClassName
{
background-color: #4860AB;
}
.BgClassName
{
background-color: #4860AB;
}
</style>
border-color css
<style>
span { border-color: #4860AB; }
span { border-color: rgb(72,96,171); }
td.TdClassName
{
border-color: #4860AB;
}
.TagClassName
{
border-color: #4860AB;
}
</style>