Shades of Mariner #475993
Tints of Mariner #475993
RGB
CMYK
RGB Variations
Color information
#475993 (or 0x475993) is known color: Mariner. HEX triplet: 47, 59 and 93. RGB value is (71,89,147). Sum of RGB (Red+Green+Blue) = 71+89+147=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #475993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475993 is #B8A66C. Grayscale: #595959. Windows color (decimal): -12101229 or 9656647. OLE color: 9656647.
HSL color Cylindrical-coordinate representation of color #475993: hue angle of 225.79º 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 #475993 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 89 | 147 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.42 |
| HSL | 225.79º | 0.35% | 0.43% | - |
| HSV(B) | 225.79º | 0.52% | 0.58% | - |
| XYZ | 11.44 | 10.59 | 29.05 | - |
| YUV | 90.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 147 | 0.52 | 0.39 | 0 | 0.42 | 225.79 | 0.35 | 0.43 |
| Hex | 47 | 59 | 93 | 34 | 27 | 0 | 2A | E2 | 23 | 2B |
| Octal | 107 | 131 | 223 | 64 | 47 | 0 | 52 | 342 | 43 | 53 |
| Binary | 1000111 | 1011001 | 10010011 | 110100 | 100111 | 0 | 101010 | 11100010 | 100011 | 101011 |
Color Harmonies of #475993
Complementary color
Monochromatic Colors of #475993
Black with #475993
Text Example
Text Example
White with #475993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475993; }
p { color: rgb(71,89,147); }
H1.HeaderClassName
{
color: #475993;
}
.AnyTagClassName
{
color: #475993;
}
</style>
background-color css
<style>
a { background-color: #475993; }
a { background-color: rgb(71,89,147); }
div.DivClassName
{
background-color: #475993;
}
.BgClassName
{
background-color: #475993;
}
</style>
border-color css
<style>
span { border-color: #475993; }
span { border-color: rgb(71,89,147); }
td.TdClassName
{
border-color: #475993;
}
.TagClassName
{
border-color: #475993;
}
</style>