Shades of Mariner #4659A6
Tints of Mariner #4659A6
RGB
CMYK
RGB Variations
Color information
#4659A6 (or 0x4659A6) is known color: Mariner. HEX triplet: 46, 59 and A6. RGB value is (70,89,166). Sum of RGB (Red+Green+Blue) = 70+89+166=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #4659A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4659A6 is #B9A659. Grayscale: #5B5B5B. Windows color (decimal): -12166746 or 10901830. OLE color: 10901830.
HSL color Cylindrical-coordinate representation of color #4659A6: hue angle of 228.12º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4659A6 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 89 | 166 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.35 |
| HSL | 228.13º | 0.41% | 0.46% | - |
| HSV(B) | 228.13º | 0.58% | 0.65% | - |
| XYZ | 12.98 | 11.2 | 37.55 | - |
| YUV | 92.1 | 169.71 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 166 | 0.58 | 0.46 | 0 | 0.35 | 228.13 | 0.41 | 0.46 |
| Hex | 46 | 59 | A6 | 3A | 2E | 0 | 23 | E4 | 29 | 2E |
| Octal | 106 | 131 | 246 | 72 | 56 | 0 | 43 | 344 | 51 | 56 |
| Binary | 1000110 | 1011001 | 10100110 | 111010 | 101110 | 0 | 100011 | 11100100 | 101001 | 101110 |
Color Harmonies of #4659A6
Complementary color
Monochromatic Colors of #4659A6
Black with #4659A6
Text Example
Text Example
White with #4659A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659A6; }
p { color: rgb(70,89,166); }
H1.HeaderClassName
{
color: #4659A6;
}
.AnyTagClassName
{
color: #4659A6;
}
</style>
background-color css
<style>
a { background-color: #4659A6; }
a { background-color: rgb(70,89,166); }
div.DivClassName
{
background-color: #4659A6;
}
.BgClassName
{
background-color: #4659A6;
}
</style>
border-color css
<style>
span { border-color: #4659A6; }
span { border-color: rgb(70,89,166); }
td.TdClassName
{
border-color: #4659A6;
}
.TagClassName
{
border-color: #4659A6;
}
</style>