Shades of Mariner #4761AD
Tints of Mariner #4761AD
RGB
CMYK
RGB Variations
Color information
#4761AD (or 0x4761AD) is known color: Mariner. HEX triplet: 47, 61 and AD. RGB value is (71,97,173). Sum of RGB (Red+Green+Blue) = 71+97+173=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4761AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4761AD is #B89E52. Grayscale: #616161. Windows color (decimal): -12099155 or 11362631. OLE color: 11362631.
HSL color Cylindrical-coordinate representation of color #4761AD: hue angle of 224.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4761AD is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 97 | 173 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.32 |
| HSL | 224.71º | 0.42% | 0.48% | - |
| HSV(B) | 224.71º | 0.59% | 0.68% | - |
| XYZ | 14.42 | 12.91 | 41.27 | - |
| YUV | 97.89 | 170.39 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 173 | 0.59 | 0.44 | 0 | 0.32 | 224.71 | 0.42 | 0.48 |
| Hex | 47 | 61 | AD | 3B | 2C | 0 | 20 | E1 | 2A | 30 |
| Octal | 107 | 141 | 255 | 73 | 54 | 0 | 40 | 341 | 52 | 60 |
| Binary | 1000111 | 1100001 | 10101101 | 111011 | 101100 | 0 | 100000 | 11100001 | 101010 | 110000 |
Color Harmonies of #4761AD
Complementary color
Monochromatic Colors of #4761AD
Black with #4761AD
Text Example
Text Example
White with #4761AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761AD; }
p { color: rgb(71,97,173); }
H1.HeaderClassName
{
color: #4761AD;
}
.AnyTagClassName
{
color: #4761AD;
}
</style>
background-color css
<style>
a { background-color: #4761AD; }
a { background-color: rgb(71,97,173); }
div.DivClassName
{
background-color: #4761AD;
}
.BgClassName
{
background-color: #4761AD;
}
</style>
border-color css
<style>
span { border-color: #4761AD; }
span { border-color: rgb(71,97,173); }
td.TdClassName
{
border-color: #4761AD;
}
.TagClassName
{
border-color: #4761AD;
}
</style>