Shades of Mariner #475995
Tints of Mariner #475995
RGB
CMYK
RGB Variations
Color information
#475995 (or 0x475995) is known color: Mariner. HEX triplet: 47, 59 and 95. RGB value is (71,89,149). Sum of RGB (Red+Green+Blue) = 71+89+149=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #475995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475995 is #B8A66A. Grayscale: #5A5A5A. Windows color (decimal): -12101227 or 9787719. OLE color: 9787719.
HSL color Cylindrical-coordinate representation of color #475995: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475995 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 89 | 149 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.42 |
| HSL | 226.15º | 0.35% | 0.43% | - |
| HSV(B) | 226.15º | 0.52% | 0.58% | - |
| XYZ | 11.6 | 10.65 | 29.88 | - |
| YUV | 90.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 149 | 0.52 | 0.40 | 0 | 0.42 | 226.15 | 0.35 | 0.43 |
| Hex | 47 | 59 | 95 | 34 | 28 | 0 | 2A | E2 | 23 | 2B |
| Octal | 107 | 131 | 225 | 64 | 50 | 0 | 52 | 342 | 43 | 53 |
| Binary | 1000111 | 1011001 | 10010101 | 110100 | 101000 | 0 | 101010 | 11100010 | 100011 | 101011 |
Color Harmonies of #475995
Complementary color
Monochromatic Colors of #475995
Black with #475995
Text Example
Text Example
White with #475995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475995; }
p { color: rgb(71,89,149); }
H1.HeaderClassName
{
color: #475995;
}
.AnyTagClassName
{
color: #475995;
}
</style>
background-color css
<style>
a { background-color: #475995; }
a { background-color: rgb(71,89,149); }
div.DivClassName
{
background-color: #475995;
}
.BgClassName
{
background-color: #475995;
}
</style>
border-color css
<style>
span { border-color: #475995; }
span { border-color: rgb(71,89,149); }
td.TdClassName
{
border-color: #475995;
}
.TagClassName
{
border-color: #475995;
}
</style>