Shades of Mariner #476190
Tints of Mariner #476190
RGB
CMYK
RGB Variations
Color information
#476190 (or 0x476190) is known color: Mariner. HEX triplet: 47, 61 and 90. RGB value is (71,97,144). Sum of RGB (Red+Green+Blue) = 71+97+144=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #476190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476190 is #B89E6F. Grayscale: #5E5E5E. Windows color (decimal): -12099184 or 9462087. OLE color: 9462087.
HSL color Cylindrical-coordinate representation of color #476190: hue angle of 218.63º 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 #476190 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 97 | 144 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.44 |
| HSL | 218.63º | 0.34% | 0.42% | - |
| HSV(B) | 218.63º | 0.51% | 0.56% | - |
| XYZ | 11.91 | 11.9 | 28.06 | - |
| YUV | 94.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 144 | 0.51 | 0.33 | 0 | 0.44 | 218.63 | 0.34 | 0.42 |
| Hex | 47 | 61 | 90 | 33 | 21 | 0 | 2C | DB | 22 | 2A |
| Octal | 107 | 141 | 220 | 63 | 41 | 0 | 54 | 333 | 42 | 52 |
| Binary | 1000111 | 1100001 | 10010000 | 110011 | 100001 | 0 | 101100 | 11011011 | 100010 | 101010 |
Color Harmonies of #476190
Complementary color
Monochromatic Colors of #476190
Black with #476190
Text Example
Text Example
White with #476190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476190; }
p { color: rgb(71,97,144); }
H1.HeaderClassName
{
color: #476190;
}
.AnyTagClassName
{
color: #476190;
}
</style>
background-color css
<style>
a { background-color: #476190; }
a { background-color: rgb(71,97,144); }
div.DivClassName
{
background-color: #476190;
}
.BgClassName
{
background-color: #476190;
}
</style>
border-color css
<style>
span { border-color: #476190; }
span { border-color: rgb(71,97,144); }
td.TdClassName
{
border-color: #476190;
}
.TagClassName
{
border-color: #476190;
}
</style>