Shades of Mariner #4659AE
Tints of Mariner #4659AE
RGB
CMYK
RGB Variations
Color information
#4659AE (or 0x4659AE) is known color: Mariner. HEX triplet: 46, 59 and AE. RGB value is (70,89,174). Sum of RGB (Red+Green+Blue) = 70+89+174=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #4659AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4659AE is #B9A651. Grayscale: #5C5C5C. Windows color (decimal): -12166738 or 11426118. OLE color: 11426118.
HSL color Cylindrical-coordinate representation of color #4659AE: hue angle of 229.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4659AE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 89 | 174 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.32 |
| HSL | 229.04º | 0.43% | 0.48% | - |
| HSV(B) | 229.04º | 0.6% | 0.68% | - |
| XYZ | 13.74 | 11.5 | 41.54 | - |
| YUV | 93.01 | 173.71 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 174 | 0.60 | 0.49 | 0 | 0.32 | 229.04 | 0.43 | 0.48 |
| Hex | 46 | 59 | AE | 3C | 31 | 0 | 20 | E5 | 2B | 30 |
| Octal | 106 | 131 | 256 | 74 | 61 | 0 | 40 | 345 | 53 | 60 |
| Binary | 1000110 | 1011001 | 10101110 | 111100 | 110001 | 0 | 100000 | 11100101 | 101011 | 110000 |
Color Harmonies of #4659AE
Complementary color
Monochromatic Colors of #4659AE
Black with #4659AE
Text Example
Text Example
White with #4659AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659AE; }
p { color: rgb(70,89,174); }
H1.HeaderClassName
{
color: #4659AE;
}
.AnyTagClassName
{
color: #4659AE;
}
</style>
background-color css
<style>
a { background-color: #4659AE; }
a { background-color: rgb(70,89,174); }
div.DivClassName
{
background-color: #4659AE;
}
.BgClassName
{
background-color: #4659AE;
}
</style>
border-color css
<style>
span { border-color: #4659AE; }
span { border-color: rgb(70,89,174); }
td.TdClassName
{
border-color: #4659AE;
}
.TagClassName
{
border-color: #4659AE;
}
</style>