Shades of Mariner #475C93
Tints of Mariner #475C93
RGB
CMYK
RGB Variations
Color information
#475C93 (or 0x475C93) is known color: Mariner. HEX triplet: 47, 5C and 93. RGB value is (71,92,147). Sum of RGB (Red+Green+Blue) = 71+92+147=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 92 (36.33% from 255 or 29.68% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #475C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C93 is #B8A36C. Grayscale: #5B5B5B. Windows color (decimal): -12100461 or 9657415. OLE color: 9657415.
HSL color Cylindrical-coordinate representation of color #475C93: hue angle of 223.42º 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 #475C93 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 92 | 147 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.42 |
| HSL | 223.42º | 0.35% | 0.43% | - |
| HSV(B) | 223.42º | 0.52% | 0.58% | - |
| XYZ | 11.69 | 11.1 | 29.13 | - |
| YUV | 91.99 | 159.04 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 147 | 0.52 | 0.37 | 0 | 0.42 | 223.42 | 0.35 | 0.43 |
| Hex | 47 | 5C | 93 | 34 | 25 | 0 | 2A | DF | 23 | 2B |
| Octal | 107 | 134 | 223 | 64 | 45 | 0 | 52 | 337 | 43 | 53 |
| Binary | 1000111 | 1011100 | 10010011 | 110100 | 100101 | 0 | 101010 | 11011111 | 100011 | 101011 |
Color Harmonies of #475C93
Complementary color
Monochromatic Colors of #475C93
Black with #475C93
Text Example
Text Example
White with #475C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C93; }
p { color: rgb(71,92,147); }
H1.HeaderClassName
{
color: #475C93;
}
.AnyTagClassName
{
color: #475C93;
}
</style>
background-color css
<style>
a { background-color: #475C93; }
a { background-color: rgb(71,92,147); }
div.DivClassName
{
background-color: #475C93;
}
.BgClassName
{
background-color: #475C93;
}
</style>
border-color css
<style>
span { border-color: #475C93; }
span { border-color: rgb(71,92,147); }
td.TdClassName
{
border-color: #475C93;
}
.TagClassName
{
border-color: #475C93;
}
</style>