Shades of Mariner #475AA0
Tints of Mariner #475AA0
RGB
CMYK
RGB Variations
Color information
#475AA0 (or 0x475AA0) is known color: Mariner. HEX triplet: 47, 5A and A0. RGB value is (71,90,160). Sum of RGB (Red+Green+Blue) = 71+90+160=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #475AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475AA0 is #B8A55F. Grayscale: #5C5C5C. Windows color (decimal): -12100960 or 10508871. OLE color: 10508871.
HSL color Cylindrical-coordinate representation of color #475AA0: hue angle of 227.19º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475AA0 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 90 | 160 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.37 |
| HSL | 227.19º | 0.39% | 0.45% | - |
| HSV(B) | 227.19º | 0.56% | 0.63% | - |
| XYZ | 12.6 | 11.19 | 34.75 | - |
| YUV | 92.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 160 | 0.56 | 0.44 | 0 | 0.37 | 227.19 | 0.39 | 0.45 |
| Hex | 47 | 5A | A0 | 38 | 2C | 0 | 25 | E3 | 27 | 2D |
| Octal | 107 | 132 | 240 | 70 | 54 | 0 | 45 | 343 | 47 | 55 |
| Binary | 1000111 | 1011010 | 10100000 | 111000 | 101100 | 0 | 100101 | 11100011 | 100111 | 101101 |
Color Harmonies of #475AA0
Complementary color
Monochromatic Colors of #475AA0
Black with #475AA0
Text Example
Text Example
White with #475AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475AA0; }
p { color: rgb(71,90,160); }
H1.HeaderClassName
{
color: #475AA0;
}
.AnyTagClassName
{
color: #475AA0;
}
</style>
background-color css
<style>
a { background-color: #475AA0; }
a { background-color: rgb(71,90,160); }
div.DivClassName
{
background-color: #475AA0;
}
.BgClassName
{
background-color: #475AA0;
}
</style>
border-color css
<style>
span { border-color: #475AA0; }
span { border-color: rgb(71,90,160); }
td.TdClassName
{
border-color: #475AA0;
}
.TagClassName
{
border-color: #475AA0;
}
</style>