Shades of Mariner #476292
Tints of Mariner #476292
RGB
CMYK
RGB Variations
Color information
#476292 (or 0x476292) is known color: Mariner. HEX triplet: 47, 62 and 92. RGB value is (71,98,146). Sum of RGB (Red+Green+Blue) = 71+98+146=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #476292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476292 is #B89D6D. Grayscale: #5F5F5F. Windows color (decimal): -12098926 or 9593415. OLE color: 9593415.
HSL color Cylindrical-coordinate representation of color #476292: hue angle of 218.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476292 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 98 | 146 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.43 |
| HSL | 218.4º | 0.35% | 0.43% | - |
| HSV(B) | 218.4º | 0.51% | 0.57% | - |
| XYZ | 12.15 | 12.15 | 28.9 | - |
| YUV | 95.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 146 | 0.51 | 0.33 | 0 | 0.43 | 218.4 | 0.35 | 0.43 |
| Hex | 47 | 62 | 92 | 33 | 21 | 0 | 2B | DA | 23 | 2B |
| Octal | 107 | 142 | 222 | 63 | 41 | 0 | 53 | 332 | 43 | 53 |
| Binary | 1000111 | 1100010 | 10010010 | 110011 | 100001 | 0 | 101011 | 11011010 | 100011 | 101011 |
Color Harmonies of #476292
Complementary color
Monochromatic Colors of #476292
Black with #476292
Text Example
Text Example
White with #476292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476292; }
p { color: rgb(71,98,146); }
H1.HeaderClassName
{
color: #476292;
}
.AnyTagClassName
{
color: #476292;
}
</style>
background-color css
<style>
a { background-color: #476292; }
a { background-color: rgb(71,98,146); }
div.DivClassName
{
background-color: #476292;
}
.BgClassName
{
background-color: #476292;
}
</style>
border-color css
<style>
span { border-color: #476292; }
span { border-color: rgb(71,98,146); }
td.TdClassName
{
border-color: #476292;
}
.TagClassName
{
border-color: #476292;
}
</style>