Shades of Mariner #475F91
Tints of Mariner #475F91
RGB
CMYK
RGB Variations
Color information
#475F91 (or 0x475F91) is known color: Mariner. HEX triplet: 47, 5F and 91. RGB value is (71,95,145). Sum of RGB (Red+Green+Blue) = 71+95+145=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #475F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F91 is #B8A06E. Grayscale: #5D5D5D. Windows color (decimal): -12099695 or 9527111. OLE color: 9527111.
HSL color Cylindrical-coordinate representation of color #475F91: hue angle of 220.54º 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 #475F91 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 95 | 145 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.43 |
| HSL | 220.54º | 0.34% | 0.42% | - |
| HSV(B) | 220.54º | 0.51% | 0.57% | - |
| XYZ | 11.8 | 11.57 | 28.4 | - |
| YUV | 93.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 145 | 0.51 | 0.34 | 0 | 0.43 | 220.54 | 0.34 | 0.42 |
| Hex | 47 | 5F | 91 | 33 | 22 | 0 | 2B | DD | 22 | 2A |
| Octal | 107 | 137 | 221 | 63 | 42 | 0 | 53 | 335 | 42 | 52 |
| Binary | 1000111 | 1011111 | 10010001 | 110011 | 100010 | 0 | 101011 | 11011101 | 100010 | 101010 |
Color Harmonies of #475F91
Complementary color
Monochromatic Colors of #475F91
Black with #475F91
Text Example
Text Example
White with #475F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F91; }
p { color: rgb(71,95,145); }
H1.HeaderClassName
{
color: #475F91;
}
.AnyTagClassName
{
color: #475F91;
}
</style>
background-color css
<style>
a { background-color: #475F91; }
a { background-color: rgb(71,95,145); }
div.DivClassName
{
background-color: #475F91;
}
.BgClassName
{
background-color: #475F91;
}
</style>
border-color css
<style>
span { border-color: #475F91; }
span { border-color: rgb(71,95,145); }
td.TdClassName
{
border-color: #475F91;
}
.TagClassName
{
border-color: #475F91;
}
</style>