Shades of Mariner #4761AC
Tints of Mariner #4761AC
RGB
CMYK
RGB Variations
Color information
#4761AC (or 0x4761AC) is known color: Mariner. HEX triplet: 47, 61 and AC. RGB value is (71,97,172). Sum of RGB (Red+Green+Blue) = 71+97+172=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #4761AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4761AC is #B89E53. Grayscale: #616161. Windows color (decimal): -12099156 or 11297095. OLE color: 11297095.
HSL color Cylindrical-coordinate representation of color #4761AC: hue angle of 224.55º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4761AC is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 97 | 172 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.33 |
| HSL | 224.55º | 0.42% | 0.48% | - |
| HSV(B) | 224.55º | 0.59% | 0.67% | - |
| XYZ | 14.32 | 12.87 | 40.76 | - |
| YUV | 97.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 172 | 0.59 | 0.44 | 0 | 0.33 | 224.55 | 0.42 | 0.48 |
| Hex | 47 | 61 | AC | 3B | 2C | 0 | 21 | E1 | 2A | 30 |
| Octal | 107 | 141 | 254 | 73 | 54 | 0 | 41 | 341 | 52 | 60 |
| Binary | 1000111 | 1100001 | 10101100 | 111011 | 101100 | 0 | 100001 | 11100001 | 101010 | 110000 |
Color Harmonies of #4761AC
Complementary color
Monochromatic Colors of #4761AC
Black with #4761AC
Text Example
Text Example
White with #4761AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761AC; }
p { color: rgb(71,97,172); }
H1.HeaderClassName
{
color: #4761AC;
}
.AnyTagClassName
{
color: #4761AC;
}
</style>
background-color css
<style>
a { background-color: #4761AC; }
a { background-color: rgb(71,97,172); }
div.DivClassName
{
background-color: #4761AC;
}
.BgClassName
{
background-color: #4761AC;
}
</style>
border-color css
<style>
span { border-color: #4761AC; }
span { border-color: rgb(71,97,172); }
td.TdClassName
{
border-color: #4761AC;
}
.TagClassName
{
border-color: #4761AC;
}
</style>