Shades of Mariner #4861AD
Tints of Mariner #4861AD
RGB
CMYK
RGB Variations
Color information
#4861AD (or 0x4861AD) is known color: Mariner. HEX triplet: 48, 61 and AD. RGB value is (72,97,173). Sum of RGB (Red+Green+Blue) = 72+97+173=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4861AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4861AD is #B79E52. Grayscale: #616161. Windows color (decimal): -12033619 or 11362632. OLE color: 11362632.
HSL color Cylindrical-coordinate representation of color #4861AD: hue angle of 225.15º 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 #4861AD is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 97 | 173 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.32 |
| HSL | 225.15º | 0.41% | 0.48% | - |
| HSV(B) | 225.15º | 0.58% | 0.68% | - |
| XYZ | 14.49 | 12.94 | 41.27 | - |
| YUV | 98.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 173 | 0.58 | 0.44 | 0 | 0.32 | 225.15 | 0.41 | 0.48 |
| Hex | 48 | 61 | AD | 3A | 2C | 0 | 20 | E1 | 29 | 30 |
| Octal | 110 | 141 | 255 | 72 | 54 | 0 | 40 | 341 | 51 | 60 |
| Binary | 1001000 | 1100001 | 10101101 | 111010 | 101100 | 0 | 100000 | 11100001 | 101001 | 110000 |
Color Harmonies of #4861AD
Complementary color
Monochromatic Colors of #4861AD
Black with #4861AD
Text Example
Text Example
White with #4861AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4861AD; }
p { color: rgb(72,97,173); }
H1.HeaderClassName
{
color: #4861AD;
}
.AnyTagClassName
{
color: #4861AD;
}
</style>
background-color css
<style>
a { background-color: #4861AD; }
a { background-color: rgb(72,97,173); }
div.DivClassName
{
background-color: #4861AD;
}
.BgClassName
{
background-color: #4861AD;
}
</style>
border-color css
<style>
span { border-color: #4861AD; }
span { border-color: rgb(72,97,173); }
td.TdClassName
{
border-color: #4861AD;
}
.TagClassName
{
border-color: #4861AD;
}
</style>