Shades of Mariner #476696
Tints of Mariner #476696
RGB
CMYK
RGB Variations
Color information
#476696 (or 0x476696) is known color: Mariner. HEX triplet: 47, 66 and 96. RGB value is (71,102,150). Sum of RGB (Red+Green+Blue) = 71+102+150=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #476696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476696 is #B89969. Grayscale: #616161. Windows color (decimal): -12097898 or 9856583. OLE color: 9856583.
HSL color Cylindrical-coordinate representation of color #476696: hue angle of 216.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476696 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 102 | 150 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.41 |
| HSL | 216.46º | 0.36% | 0.43% | - |
| HSV(B) | 216.46º | 0.53% | 0.59% | - |
| XYZ | 12.85 | 13.04 | 30.69 | - |
| YUV | 98.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 150 | 0.53 | 0.32 | 0 | 0.41 | 216.46 | 0.36 | 0.43 |
| Hex | 47 | 66 | 96 | 35 | 20 | 0 | 29 | D8 | 24 | 2B |
| Octal | 107 | 146 | 226 | 65 | 40 | 0 | 51 | 330 | 44 | 53 |
| Binary | 1000111 | 1100110 | 10010110 | 110101 | 100000 | 0 | 101001 | 11011000 | 100100 | 101011 |
Color Harmonies of #476696
Complementary color
Monochromatic Colors of #476696
Black with #476696
Text Example
Text Example
White with #476696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476696; }
p { color: rgb(71,102,150); }
H1.HeaderClassName
{
color: #476696;
}
.AnyTagClassName
{
color: #476696;
}
</style>
background-color css
<style>
a { background-color: #476696; }
a { background-color: rgb(71,102,150); }
div.DivClassName
{
background-color: #476696;
}
.BgClassName
{
background-color: #476696;
}
</style>
border-color css
<style>
span { border-color: #476696; }
span { border-color: rgb(71,102,150); }
td.TdClassName
{
border-color: #476696;
}
.TagClassName
{
border-color: #476696;
}
</style>