Shades of Mariner #4761A2
Tints of Mariner #4761A2
RGB
CMYK
RGB Variations
Color information
#4761A2 (or 0x4761A2) is known color: Mariner. HEX triplet: 47, 61 and A2. RGB value is (71,97,162). Sum of RGB (Red+Green+Blue) = 71+97+162=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 162 (63.67% from 255 or 49.09% from 330); Max value from RGB is 162 - color contains mainly: blue. Hex color #4761A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4761A2 is #B89E5D. Grayscale: #606060. Windows color (decimal): -12099166 or 10641735. OLE color: 10641735.
HSL color Cylindrical-coordinate representation of color #4761A2: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4761A2 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 97 | 162 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.36 |
| HSL | 222.86º | 0.39% | 0.46% | - |
| HSV(B) | 222.86º | 0.56% | 0.64% | - |
| XYZ | 13.39 | 12.5 | 35.89 | - |
| YUV | 96.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 162 | 0.56 | 0.40 | 0 | 0.36 | 222.86 | 0.39 | 0.46 |
| Hex | 47 | 61 | A2 | 38 | 28 | 0 | 24 | DF | 27 | 2E |
| Octal | 107 | 141 | 242 | 70 | 50 | 0 | 44 | 337 | 47 | 56 |
| Binary | 1000111 | 1100001 | 10100010 | 111000 | 101000 | 0 | 100100 | 11011111 | 100111 | 101110 |
Color Harmonies of #4761A2
Complementary color
Monochromatic Colors of #4761A2
Black with #4761A2
Text Example
Text Example
White with #4761A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761A2; }
p { color: rgb(71,97,162); }
H1.HeaderClassName
{
color: #4761A2;
}
.AnyTagClassName
{
color: #4761A2;
}
</style>
background-color css
<style>
a { background-color: #4761A2; }
a { background-color: rgb(71,97,162); }
div.DivClassName
{
background-color: #4761A2;
}
.BgClassName
{
background-color: #4761A2;
}
</style>
border-color css
<style>
span { border-color: #4761A2; }
span { border-color: rgb(71,97,162); }
td.TdClassName
{
border-color: #4761A2;
}
.TagClassName
{
border-color: #4761A2;
}
</style>