Shades of Mariner #4861AC
Tints of Mariner #4861AC
RGB
CMYK
RGB Variations
Color information
#4861AC (or 0x4861AC) is known color: Mariner. HEX triplet: 48, 61 and AC. RGB value is (72,97,172). Sum of RGB (Red+Green+Blue) = 72+97+172=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #4861AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4861AC is #B79E53. Grayscale: #616161. Windows color (decimal): -12033620 or 11297096. OLE color: 11297096.
HSL color Cylindrical-coordinate representation of color #4861AC: hue angle of 225º 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 #4861AC is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 97 | 172 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.33 |
| HSL | 225º | 0.41% | 0.48% | - |
| HSV(B) | 225º | 0.58% | 0.67% | - |
| XYZ | 14.39 | 12.91 | 40.76 | - |
| YUV | 98.08 | 169.72 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 97 | 172 | 0.58 | 0.44 | 0 | 0.33 | 225 | 0.41 | 0.48 |
| Hex | 48 | 61 | AC | 3A | 2C | 0 | 21 | E1 | 29 | 30 |
| Octal | 110 | 141 | 254 | 72 | 54 | 0 | 41 | 341 | 51 | 60 |
| Binary | 1001000 | 1100001 | 10101100 | 111010 | 101100 | 0 | 100001 | 11100001 | 101001 | 110000 |
Color Harmonies of #4861AC
Complementary color
Monochromatic Colors of #4861AC
Black with #4861AC
Text Example
Text Example
White with #4861AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4861AC; }
p { color: rgb(72,97,172); }
H1.HeaderClassName
{
color: #4861AC;
}
.AnyTagClassName
{
color: #4861AC;
}
</style>
background-color css
<style>
a { background-color: #4861AC; }
a { background-color: rgb(72,97,172); }
div.DivClassName
{
background-color: #4861AC;
}
.BgClassName
{
background-color: #4861AC;
}
</style>
border-color css
<style>
span { border-color: #4861AC; }
span { border-color: rgb(72,97,172); }
td.TdClassName
{
border-color: #4861AC;
}
.TagClassName
{
border-color: #4861AC;
}
</style>