Shades of Mariner #475DA2
Tints of Mariner #475DA2
RGB
CMYK
RGB Variations
Color information
#475DA2 (or 0x475DA2) is known color: Mariner. HEX triplet: 47, 5D and A2. RGB value is (71,93,162). Sum of RGB (Red+Green+Blue) = 71+93+162=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #475DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DA2 is #B8A25D. Grayscale: #5D5D5D. Windows color (decimal): -12100190 or 10640711. OLE color: 10640711.
HSL color Cylindrical-coordinate representation of color #475DA2: hue angle of 225.49º 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 #475DA2 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 93 | 162 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.36 |
| HSL | 225.49º | 0.39% | 0.46% | - |
| HSV(B) | 225.49º | 0.56% | 0.64% | - |
| XYZ | 13.03 | 11.78 | 35.77 | - |
| YUV | 94.29 | 166.21 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 162 | 0.56 | 0.43 | 0 | 0.36 | 225.49 | 0.39 | 0.46 |
| Hex | 47 | 5D | A2 | 38 | 2B | 0 | 24 | E1 | 27 | 2E |
| Octal | 107 | 135 | 242 | 70 | 53 | 0 | 44 | 341 | 47 | 56 |
| Binary | 1000111 | 1011101 | 10100010 | 111000 | 101011 | 0 | 100100 | 11100001 | 100111 | 101110 |
Color Harmonies of #475DA2
Complementary color
Monochromatic Colors of #475DA2
Black with #475DA2
Text Example
Text Example
White with #475DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475DA2; }
p { color: rgb(71,93,162); }
H1.HeaderClassName
{
color: #475DA2;
}
.AnyTagClassName
{
color: #475DA2;
}
</style>
background-color css
<style>
a { background-color: #475DA2; }
a { background-color: rgb(71,93,162); }
div.DivClassName
{
background-color: #475DA2;
}
.BgClassName
{
background-color: #475DA2;
}
</style>
border-color css
<style>
span { border-color: #475DA2; }
span { border-color: rgb(71,93,162); }
td.TdClassName
{
border-color: #475DA2;
}
.TagClassName
{
border-color: #475DA2;
}
</style>