Shades of Mariner #476099
Tints of Mariner #476099
RGB
CMYK
RGB Variations
Color information
#476099 (or 0x476099) is known color: Mariner. HEX triplet: 47, 60 and 99. RGB value is (71,96,153). Sum of RGB (Red+Green+Blue) = 71+96+153=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #476099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476099 is #B89F66. Grayscale: #5E5E5E. Windows color (decimal): -12099431 or 10051655. OLE color: 10051655.
HSL color Cylindrical-coordinate representation of color #476099: hue angle of 221.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476099 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 96 | 153 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.4 |
| HSL | 221.71º | 0.37% | 0.44% | - |
| HSV(B) | 221.71º | 0.54% | 0.6% | - |
| XYZ | 12.53 | 12.01 | 31.79 | - |
| YUV | 95.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 153 | 0.54 | 0.37 | 0 | 0.4 | 221.71 | 0.37 | 0.44 |
| Hex | 47 | 60 | 99 | 36 | 25 | 0 | 28 | DE | 25 | 2C |
| Octal | 107 | 140 | 231 | 66 | 45 | 0 | 50 | 336 | 45 | 54 |
| Binary | 1000111 | 1100000 | 10011001 | 110110 | 100101 | 0 | 101000 | 11011110 | 100101 | 101100 |
Color Harmonies of #476099
Complementary color
Monochromatic Colors of #476099
Black with #476099
Text Example
Text Example
White with #476099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476099; }
p { color: rgb(71,96,153); }
H1.HeaderClassName
{
color: #476099;
}
.AnyTagClassName
{
color: #476099;
}
</style>
background-color css
<style>
a { background-color: #476099; }
a { background-color: rgb(71,96,153); }
div.DivClassName
{
background-color: #476099;
}
.BgClassName
{
background-color: #476099;
}
</style>
border-color css
<style>
span { border-color: #476099; }
span { border-color: rgb(71,96,153); }
td.TdClassName
{
border-color: #476099;
}
.TagClassName
{
border-color: #476099;
}
</style>