Shades of Mariner #476294
Tints of Mariner #476294
RGB
CMYK
RGB Variations
Color information
#476294 (or 0x476294) is known color: Mariner. HEX triplet: 47, 62 and 94. RGB value is (71,98,148). Sum of RGB (Red+Green+Blue) = 71+98+148=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #476294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476294 is #B89D6B. Grayscale: #5F5F5F. Windows color (decimal): -12098924 or 9724487. OLE color: 9724487.
HSL color Cylindrical-coordinate representation of color #476294: hue angle of 218.96º 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 #476294 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 98 | 148 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.42 |
| HSL | 218.96º | 0.35% | 0.43% | - |
| HSV(B) | 218.96º | 0.52% | 0.58% | - |
| XYZ | 12.31 | 12.21 | 29.73 | - |
| YUV | 95.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 148 | 0.52 | 0.34 | 0 | 0.42 | 218.96 | 0.35 | 0.43 |
| Hex | 47 | 62 | 94 | 34 | 22 | 0 | 2A | DB | 23 | 2B |
| Octal | 107 | 142 | 224 | 64 | 42 | 0 | 52 | 333 | 43 | 53 |
| Binary | 1000111 | 1100010 | 10010100 | 110100 | 100010 | 0 | 101010 | 11011011 | 100011 | 101011 |
Color Harmonies of #476294
Complementary color
Monochromatic Colors of #476294
Black with #476294
Text Example
Text Example
White with #476294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476294; }
p { color: rgb(71,98,148); }
H1.HeaderClassName
{
color: #476294;
}
.AnyTagClassName
{
color: #476294;
}
</style>
background-color css
<style>
a { background-color: #476294; }
a { background-color: rgb(71,98,148); }
div.DivClassName
{
background-color: #476294;
}
.BgClassName
{
background-color: #476294;
}
</style>
border-color css
<style>
span { border-color: #476294; }
span { border-color: rgb(71,98,148); }
td.TdClassName
{
border-color: #476294;
}
.TagClassName
{
border-color: #476294;
}
</style>