Shades of Mariner #476293
Tints of Mariner #476293
RGB
CMYK
RGB Variations
Color information
#476293 (or 0x476293) is known color: Mariner. HEX triplet: 47, 62 and 93. RGB value is (71,98,147). Sum of RGB (Red+Green+Blue) = 71+98+147=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #476293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476293 is #B89D6C. Grayscale: #5F5F5F. Windows color (decimal): -12098925 or 9658951. OLE color: 9658951.
HSL color Cylindrical-coordinate representation of color #476293: hue angle of 218.68º 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 #476293 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 98 | 147 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.42 |
| HSL | 218.68º | 0.35% | 0.43% | - |
| HSV(B) | 218.68º | 0.52% | 0.58% | - |
| XYZ | 12.23 | 12.18 | 29.31 | - |
| YUV | 95.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 147 | 0.52 | 0.33 | 0 | 0.42 | 218.68 | 0.35 | 0.43 |
| Hex | 47 | 62 | 93 | 34 | 21 | 0 | 2A | DB | 23 | 2B |
| Octal | 107 | 142 | 223 | 64 | 41 | 0 | 52 | 333 | 43 | 53 |
| Binary | 1000111 | 1100010 | 10010011 | 110100 | 100001 | 0 | 101010 | 11011011 | 100011 | 101011 |
Color Harmonies of #476293
Complementary color
Monochromatic Colors of #476293
Black with #476293
Text Example
Text Example
White with #476293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476293; }
p { color: rgb(71,98,147); }
H1.HeaderClassName
{
color: #476293;
}
.AnyTagClassName
{
color: #476293;
}
</style>
background-color css
<style>
a { background-color: #476293; }
a { background-color: rgb(71,98,147); }
div.DivClassName
{
background-color: #476293;
}
.BgClassName
{
background-color: #476293;
}
</style>
border-color css
<style>
span { border-color: #476293; }
span { border-color: rgb(71,98,147); }
td.TdClassName
{
border-color: #476293;
}
.TagClassName
{
border-color: #476293;
}
</style>