Shades of Mariner #46589A
Tints of Mariner #46589A
RGB
CMYK
RGB Variations
Color information
#46589A (or 0x46589A) is known color: Mariner. HEX triplet: 46, 58 and 9A. RGB value is (70,88,154). Sum of RGB (Red+Green+Blue) = 70+88+154=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #46589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46589A is #B9A765. Grayscale: #595959. Windows color (decimal): -12167014 or 10115142. OLE color: 10115142.
HSL color Cylindrical-coordinate representation of color #46589A: hue angle of 227.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46589A is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 88 | 154 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.40 |
| HSL | 227.14º | 0.38% | 0.44% | - |
| HSV(B) | 227.14º | 0.55% | 0.6% | - |
| XYZ | 11.85 | 10.61 | 32 | - |
| YUV | 90.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 154 | 0.55 | 0.43 | 0 | 0.40 | 227.14 | 0.38 | 0.44 |
| Hex | 46 | 58 | 9A | 37 | 2B | 0 | 28 | E3 | 26 | 2C |
| Octal | 106 | 130 | 232 | 67 | 53 | 0 | 50 | 343 | 46 | 54 |
| Binary | 1000110 | 1011000 | 10011010 | 110111 | 101011 | 0 | 101000 | 11100011 | 100110 | 101100 |
Color Harmonies of #46589A
Complementary color
Monochromatic Colors of #46589A
Black with #46589A
Text Example
Text Example
White with #46589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46589A; }
p { color: rgb(70,88,154); }
H1.HeaderClassName
{
color: #46589A;
}
.AnyTagClassName
{
color: #46589A;
}
</style>
background-color css
<style>
a { background-color: #46589A; }
a { background-color: rgb(70,88,154); }
div.DivClassName
{
background-color: #46589A;
}
.BgClassName
{
background-color: #46589A;
}
</style>
border-color css
<style>
span { border-color: #46589A; }
span { border-color: rgb(70,88,154); }
td.TdClassName
{
border-color: #46589A;
}
.TagClassName
{
border-color: #46589A;
}
</style>