Shades of Mariner #475E90
Tints of Mariner #475E90
RGB
CMYK
RGB Variations
Color information
#475E90 (or 0x475E90) is known color: Mariner. HEX triplet: 47, 5E and 90. RGB value is (71,94,144). Sum of RGB (Red+Green+Blue) = 71+94+144=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #475E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E90 is #B8A16F. Grayscale: #5C5C5C. Windows color (decimal): -12099952 or 9461319. OLE color: 9461319.
HSL color Cylindrical-coordinate representation of color #475E90: hue angle of 221.1º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475E90 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 94 | 144 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.44 |
| HSL | 221.1º | 0.34% | 0.42% | - |
| HSV(B) | 221.1º | 0.51% | 0.56% | - |
| XYZ | 11.64 | 11.36 | 27.96 | - |
| YUV | 92.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 144 | 0.51 | 0.35 | 0 | 0.44 | 221.1 | 0.34 | 0.42 |
| Hex | 47 | 5E | 90 | 33 | 23 | 0 | 2C | DD | 22 | 2A |
| Octal | 107 | 136 | 220 | 63 | 43 | 0 | 54 | 335 | 42 | 52 |
| Binary | 1000111 | 1011110 | 10010000 | 110011 | 100011 | 0 | 101100 | 11011101 | 100010 | 101010 |
Color Harmonies of #475E90
Complementary color
Monochromatic Colors of #475E90
Black with #475E90
Text Example
Text Example
White with #475E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E90; }
p { color: rgb(71,94,144); }
H1.HeaderClassName
{
color: #475E90;
}
.AnyTagClassName
{
color: #475E90;
}
</style>
background-color css
<style>
a { background-color: #475E90; }
a { background-color: rgb(71,94,144); }
div.DivClassName
{
background-color: #475E90;
}
.BgClassName
{
background-color: #475E90;
}
</style>
border-color css
<style>
span { border-color: #475E90; }
span { border-color: rgb(71,94,144); }
td.TdClassName
{
border-color: #475E90;
}
.TagClassName
{
border-color: #475E90;
}
</style>