Shades of Mariner #4860A0
Tints of Mariner #4860A0
RGB
CMYK
RGB Variations
Color information
#4860A0 (or 0x4860A0) is known color: Mariner. HEX triplet: 48, 60 and A0. RGB value is (72,96,160). Sum of RGB (Red+Green+Blue) = 72+96+160=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 160 - color contains mainly: blue. Hex color #4860A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4860A0 is #B79F5F. Grayscale: #5F5F5F. Windows color (decimal): -12033888 or 10510408. OLE color: 10510408.
HSL color Cylindrical-coordinate representation of color #4860A0: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4860A0 is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 96 | 160 | - |
| CMYK | 0.55 | 0.4 | 0 | 0.37 |
| HSL | 223.64º | 0.38% | 0.45% | - |
| HSV(B) | 223.64º | 0.55% | 0.63% | - |
| XYZ | 13.2 | 12.28 | 34.93 | - |
| YUV | 96.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 160 | 0.55 | 0.4 | 0 | 0.37 | 223.64 | 0.38 | 0.45 |
| Hex | 48 | 60 | A0 | 37 | 28 | 0 | 25 | E0 | 26 | 2D |
| Octal | 110 | 140 | 240 | 67 | 50 | 0 | 45 | 340 | 46 | 55 |
| Binary | 1001000 | 1100000 | 10100000 | 110111 | 101000 | 0 | 100101 | 11100000 | 100110 | 101101 |
Color Harmonies of #4860A0
Complementary color
Monochromatic Colors of #4860A0
Black with #4860A0
Text Example
Text Example
White with #4860A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860A0; }
p { color: rgb(72,96,160); }
H1.HeaderClassName
{
color: #4860A0;
}
.AnyTagClassName
{
color: #4860A0;
}
</style>
background-color css
<style>
a { background-color: #4860A0; }
a { background-color: rgb(72,96,160); }
div.DivClassName
{
background-color: #4860A0;
}
.BgClassName
{
background-color: #4860A0;
}
</style>
border-color css
<style>
span { border-color: #4860A0; }
span { border-color: rgb(72,96,160); }
td.TdClassName
{
border-color: #4860A0;
}
.TagClassName
{
border-color: #4860A0;
}
</style>