Shades of Mariner #476593
Tints of Mariner #476593
RGB
CMYK
RGB Variations
Color information
#476593 (or 0x476593) is known color: Mariner. HEX triplet: 47, 65 and 93. RGB value is (71,101,147). Sum of RGB (Red+Green+Blue) = 71+101+147=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #476593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476593 is #B89A6C. Grayscale: #616161. Windows color (decimal): -12098157 or 9659719. OLE color: 9659719.
HSL color Cylindrical-coordinate representation of color #476593: hue angle of 216.32º 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 #476593 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 101 | 147 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.42 |
| HSL | 216.32º | 0.35% | 0.43% | - |
| HSV(B) | 216.32º | 0.52% | 0.58% | - |
| XYZ | 12.52 | 12.75 | 29.41 | - |
| YUV | 97.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 147 | 0.52 | 0.31 | 0 | 0.42 | 216.32 | 0.35 | 0.43 |
| Hex | 47 | 65 | 93 | 34 | 1F | 0 | 2A | D8 | 23 | 2B |
| Octal | 107 | 145 | 223 | 64 | 37 | 0 | 52 | 330 | 43 | 53 |
| Binary | 1000111 | 1100101 | 10010011 | 110100 | 11111 | 0 | 101010 | 11011000 | 100011 | 101011 |
Color Harmonies of #476593
Complementary color
Monochromatic Colors of #476593
Black with #476593
Text Example
Text Example
White with #476593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476593; }
p { color: rgb(71,101,147); }
H1.HeaderClassName
{
color: #476593;
}
.AnyTagClassName
{
color: #476593;
}
</style>
background-color css
<style>
a { background-color: #476593; }
a { background-color: rgb(71,101,147); }
div.DivClassName
{
background-color: #476593;
}
.BgClassName
{
background-color: #476593;
}
</style>
border-color css
<style>
span { border-color: #476593; }
span { border-color: rgb(71,101,147); }
td.TdClassName
{
border-color: #476593;
}
.TagClassName
{
border-color: #476593;
}
</style>