Shades of Mariner #4860AF
Tints of Mariner #4860AF
RGB
CMYK
RGB Variations
Color information
#4860AF (or 0x4860AF) is known color: Mariner. HEX triplet: 48, 60 and AF. RGB value is (72,96,175). Sum of RGB (Red+Green+Blue) = 72+96+175=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #4860AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4860AF is #B79F50. Grayscale: #616161. Windows color (decimal): -12033873 or 11493448. OLE color: 11493448.
HSL color Cylindrical-coordinate representation of color #4860AF: hue angle of 226.02º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4860AF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 96 | 175 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.31 |
| HSL | 226.02º | 0.42% | 0.48% | - |
| HSV(B) | 226.02º | 0.59% | 0.69% | - |
| XYZ | 14.59 | 12.84 | 42.27 | - |
| YUV | 97.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 96 | 175 | 0.59 | 0.45 | 0 | 0.31 | 226.02 | 0.42 | 0.48 |
| Hex | 48 | 60 | AF | 3B | 2D | 0 | 1F | E2 | 2A | 30 |
| Octal | 110 | 140 | 257 | 73 | 55 | 0 | 37 | 342 | 52 | 60 |
| Binary | 1001000 | 1100000 | 10101111 | 111011 | 101101 | 0 | 11111 | 11100010 | 101010 | 110000 |
Color Harmonies of #4860AF
Complementary color
Monochromatic Colors of #4860AF
Black with #4860AF
Text Example
Text Example
White with #4860AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4860AF; }
p { color: rgb(72,96,175); }
H1.HeaderClassName
{
color: #4860AF;
}
.AnyTagClassName
{
color: #4860AF;
}
</style>
background-color css
<style>
a { background-color: #4860AF; }
a { background-color: rgb(72,96,175); }
div.DivClassName
{
background-color: #4860AF;
}
.BgClassName
{
background-color: #4860AF;
}
</style>
border-color css
<style>
span { border-color: #4860AF; }
span { border-color: rgb(72,96,175); }
td.TdClassName
{
border-color: #4860AF;
}
.TagClassName
{
border-color: #4860AF;
}
</style>