Shades of Mariner #46659E
Tints of Mariner #46659E
RGB
CMYK
RGB Variations
Color information
#46659E (or 0x46659E) is known color: Mariner. HEX triplet: 46, 65 and 9E. RGB value is (70,101,158). Sum of RGB (Red+Green+Blue) = 70+101+158=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #46659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46659E is #B99A61. Grayscale: #616161. Windows color (decimal): -12163682 or 10380614. OLE color: 10380614.
HSL color Cylindrical-coordinate representation of color #46659E: hue angle of 218.86º 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 #46659E is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 101 | 158 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.38 |
| HSL | 218.86º | 0.39% | 0.45% | - |
| HSV(B) | 218.86º | 0.56% | 0.62% | - |
| XYZ | 13.35 | 13.08 | 34.17 | - |
| YUV | 98.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 158 | 0.56 | 0.36 | 0 | 0.38 | 218.86 | 0.39 | 0.45 |
| Hex | 46 | 65 | 9E | 38 | 24 | 0 | 26 | DB | 27 | 2D |
| Octal | 106 | 145 | 236 | 70 | 44 | 0 | 46 | 333 | 47 | 55 |
| Binary | 1000110 | 1100101 | 10011110 | 111000 | 100100 | 0 | 100110 | 11011011 | 100111 | 101101 |
Color Harmonies of #46659E
Complementary color
Monochromatic Colors of #46659E
Black with #46659E
Text Example
Text Example
White with #46659E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46659E; }
p { color: rgb(70,101,158); }
H1.HeaderClassName
{
color: #46659E;
}
.AnyTagClassName
{
color: #46659E;
}
</style>
background-color css
<style>
a { background-color: #46659E; }
a { background-color: rgb(70,101,158); }
div.DivClassName
{
background-color: #46659E;
}
.BgClassName
{
background-color: #46659E;
}
</style>
border-color css
<style>
span { border-color: #46659E; }
span { border-color: rgb(70,101,158); }
td.TdClassName
{
border-color: #46659E;
}
.TagClassName
{
border-color: #46659E;
}
</style>