Shades of Mariner #475D91
Tints of Mariner #475D91
RGB
CMYK
RGB Variations
Color information
#475D91 (or 0x475D91) is known color: Mariner. HEX triplet: 47, 5D and 91. RGB value is (71,93,145). Sum of RGB (Red+Green+Blue) = 71+93+145=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #475D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D91 is #B8A26E. Grayscale: #5C5C5C. Windows color (decimal): -12100207 or 9526599. OLE color: 9526599.
HSL color Cylindrical-coordinate representation of color #475D91: hue angle of 222.16º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475D91 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 93 | 145 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.43 |
| HSL | 222.16º | 0.34% | 0.42% | - |
| HSV(B) | 222.16º | 0.51% | 0.57% | - |
| XYZ | 11.62 | 11.21 | 28.34 | - |
| YUV | 92.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 145 | 0.51 | 0.36 | 0 | 0.43 | 222.16 | 0.34 | 0.42 |
| Hex | 47 | 5D | 91 | 33 | 24 | 0 | 2B | DE | 22 | 2A |
| Octal | 107 | 135 | 221 | 63 | 44 | 0 | 53 | 336 | 42 | 52 |
| Binary | 1000111 | 1011101 | 10010001 | 110011 | 100100 | 0 | 101011 | 11011110 | 100010 | 101010 |
Color Harmonies of #475D91
Complementary color
Monochromatic Colors of #475D91
Black with #475D91
Text Example
Text Example
White with #475D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D91; }
p { color: rgb(71,93,145); }
H1.HeaderClassName
{
color: #475D91;
}
.AnyTagClassName
{
color: #475D91;
}
</style>
background-color css
<style>
a { background-color: #475D91; }
a { background-color: rgb(71,93,145); }
div.DivClassName
{
background-color: #475D91;
}
.BgClassName
{
background-color: #475D91;
}
</style>
border-color css
<style>
span { border-color: #475D91; }
span { border-color: rgb(71,93,145); }
td.TdClassName
{
border-color: #475D91;
}
.TagClassName
{
border-color: #475D91;
}
</style>