Shades of Mariner #475BA9
Tints of Mariner #475BA9
RGB
CMYK
RGB Variations
Color information
#475BA9 (or 0x475BA9) is known color: Mariner. HEX triplet: 47, 5B and A9. RGB value is (71,91,169). Sum of RGB (Red+Green+Blue) = 71+91+169=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 169 (66.41% from 255 or 51.06% from 331); Max value from RGB is 169 - color contains mainly: blue. Hex color #475BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475BA9 is #B8A456. Grayscale: #5D5D5D. Windows color (decimal): -12100695 or 11098951. OLE color: 11098951.
HSL color Cylindrical-coordinate representation of color #475BA9: hue angle of 227.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #475BA9 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 91 | 169 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.34 |
| HSL | 227.76º | 0.41% | 0.47% | - |
| HSV(B) | 227.76º | 0.58% | 0.66% | - |
| XYZ | 13.5 | 11.69 | 39.08 | - |
| YUV | 93.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 169 | 0.58 | 0.46 | 0 | 0.34 | 227.76 | 0.41 | 0.47 |
| Hex | 47 | 5B | A9 | 3A | 2E | 0 | 22 | E4 | 29 | 2F |
| Octal | 107 | 133 | 251 | 72 | 56 | 0 | 42 | 344 | 51 | 57 |
| Binary | 1000111 | 1011011 | 10101001 | 111010 | 101110 | 0 | 100010 | 11100100 | 101001 | 101111 |
Color Harmonies of #475BA9
Complementary color
Monochromatic Colors of #475BA9
Black with #475BA9
Text Example
Text Example
White with #475BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BA9; }
p { color: rgb(71,91,169); }
H1.HeaderClassName
{
color: #475BA9;
}
.AnyTagClassName
{
color: #475BA9;
}
</style>
background-color css
<style>
a { background-color: #475BA9; }
a { background-color: rgb(71,91,169); }
div.DivClassName
{
background-color: #475BA9;
}
.BgClassName
{
background-color: #475BA9;
}
</style>
border-color css
<style>
span { border-color: #475BA9; }
span { border-color: rgb(71,91,169); }
td.TdClassName
{
border-color: #475BA9;
}
.TagClassName
{
border-color: #475BA9;
}
</style>