Shades of Mariner #46599F
Tints of Mariner #46599F
RGB
CMYK
RGB Variations
Color information
#46599F (or 0x46599F) is known color: Mariner. HEX triplet: 46, 59 and 9F. RGB value is (70,89,159). Sum of RGB (Red+Green+Blue) = 70+89+159=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #46599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46599F is #B9A660. Grayscale: #5A5A5A. Windows color (decimal): -12166753 or 10443078. OLE color: 10443078.
HSL color Cylindrical-coordinate representation of color #46599F: hue angle of 227.19º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46599F is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 89 | 159 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.38 |
| HSL | 227.19º | 0.39% | 0.45% | - |
| HSV(B) | 227.19º | 0.56% | 0.62% | - |
| XYZ | 12.36 | 10.95 | 34.26 | - |
| YUV | 91.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 159 | 0.56 | 0.44 | 0 | 0.38 | 227.19 | 0.39 | 0.45 |
| Hex | 46 | 59 | 9F | 38 | 2C | 0 | 26 | E3 | 27 | 2D |
| Octal | 106 | 131 | 237 | 70 | 54 | 0 | 46 | 343 | 47 | 55 |
| Binary | 1000110 | 1011001 | 10011111 | 111000 | 101100 | 0 | 100110 | 11100011 | 100111 | 101101 |
Color Harmonies of #46599F
Complementary color
Monochromatic Colors of #46599F
Black with #46599F
Text Example
Text Example
White with #46599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46599F; }
p { color: rgb(70,89,159); }
H1.HeaderClassName
{
color: #46599F;
}
.AnyTagClassName
{
color: #46599F;
}
</style>
background-color css
<style>
a { background-color: #46599F; }
a { background-color: rgb(70,89,159); }
div.DivClassName
{
background-color: #46599F;
}
.BgClassName
{
background-color: #46599F;
}
</style>
border-color css
<style>
span { border-color: #46599F; }
span { border-color: rgb(70,89,159); }
td.TdClassName
{
border-color: #46599F;
}
.TagClassName
{
border-color: #46599F;
}
</style>