Shades of Mariner #46589C
Tints of Mariner #46589C
RGB
CMYK
RGB Variations
Color information
#46589C (or 0x46589C) is known color: Mariner. HEX triplet: 46, 58 and 9C. RGB value is (70,88,156). Sum of RGB (Red+Green+Blue) = 70+88+156=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #46589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46589C is #B9A763. Grayscale: #5A5A5A. Windows color (decimal): -12167012 or 10246214. OLE color: 10246214.
HSL color Cylindrical-coordinate representation of color #46589C: hue angle of 227.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46589C is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 88 | 156 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.39 |
| HSL | 227.44º | 0.38% | 0.44% | - |
| HSV(B) | 227.44º | 0.55% | 0.61% | - |
| XYZ | 12.02 | 10.68 | 32.88 | - |
| YUV | 90.37 | 165.04 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 156 | 0.55 | 0.44 | 0 | 0.39 | 227.44 | 0.38 | 0.44 |
| Hex | 46 | 58 | 9C | 37 | 2C | 0 | 27 | E3 | 26 | 2C |
| Octal | 106 | 130 | 234 | 67 | 54 | 0 | 47 | 343 | 46 | 54 |
| Binary | 1000110 | 1011000 | 10011100 | 110111 | 101100 | 0 | 100111 | 11100011 | 100110 | 101100 |
Color Harmonies of #46589C
Complementary color
Monochromatic Colors of #46589C
Black with #46589C
Text Example
Text Example
White with #46589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46589C; }
p { color: rgb(70,88,156); }
H1.HeaderClassName
{
color: #46589C;
}
.AnyTagClassName
{
color: #46589C;
}
</style>
background-color css
<style>
a { background-color: #46589C; }
a { background-color: rgb(70,88,156); }
div.DivClassName
{
background-color: #46589C;
}
.BgClassName
{
background-color: #46589C;
}
</style>
border-color css
<style>
span { border-color: #46589C; }
span { border-color: rgb(70,88,156); }
td.TdClassName
{
border-color: #46589C;
}
.TagClassName
{
border-color: #46589C;
}
</style>