Shades of Mariner #475F90
Tints of Mariner #475F90
RGB
CMYK
RGB Variations
Color information
#475F90 (or 0x475F90) is known color: Mariner. HEX triplet: 47, 5F and 90. RGB value is (71,95,144). Sum of RGB (Red+Green+Blue) = 71+95+144=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #475F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F90 is #B8A06F. Grayscale: #5D5D5D. Windows color (decimal): -12099696 or 9461575. OLE color: 9461575.
HSL color Cylindrical-coordinate representation of color #475F90: hue angle of 220.27º 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 #475F90 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 95 | 144 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.44 |
| HSL | 220.27º | 0.34% | 0.42% | - |
| HSV(B) | 220.27º | 0.51% | 0.56% | - |
| XYZ | 11.72 | 11.54 | 27.99 | - |
| YUV | 93.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 144 | 0.51 | 0.34 | 0 | 0.44 | 220.27 | 0.34 | 0.42 |
| Hex | 47 | 5F | 90 | 33 | 22 | 0 | 2C | DC | 22 | 2A |
| Octal | 107 | 137 | 220 | 63 | 42 | 0 | 54 | 334 | 42 | 52 |
| Binary | 1000111 | 1011111 | 10010000 | 110011 | 100010 | 0 | 101100 | 11011100 | 100010 | 101010 |
Color Harmonies of #475F90
Complementary color
Monochromatic Colors of #475F90
Black with #475F90
Text Example
Text Example
White with #475F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F90; }
p { color: rgb(71,95,144); }
H1.HeaderClassName
{
color: #475F90;
}
.AnyTagClassName
{
color: #475F90;
}
</style>
background-color css
<style>
a { background-color: #475F90; }
a { background-color: rgb(71,95,144); }
div.DivClassName
{
background-color: #475F90;
}
.BgClassName
{
background-color: #475F90;
}
</style>
border-color css
<style>
span { border-color: #475F90; }
span { border-color: rgb(71,95,144); }
td.TdClassName
{
border-color: #475F90;
}
.TagClassName
{
border-color: #475F90;
}
</style>