Shades of Mariner #466193
Tints of Mariner #466193
RGB
CMYK
RGB Variations
Color information
#466193 (or 0x466193) is known color: Mariner. HEX triplet: 46, 61 and 93. RGB value is (70,97,147). Sum of RGB (Red+Green+Blue) = 70+97+147=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #466193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466193 is #B99E6C. Grayscale: #5E5E5E. Windows color (decimal): -12164717 or 9658694. OLE color: 9658694.
HSL color Cylindrical-coordinate representation of color #466193: hue angle of 218.96º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466193 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 97 | 147 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.42 |
| HSL | 218.96º | 0.35% | 0.43% | - |
| HSV(B) | 218.96º | 0.52% | 0.58% | - |
| XYZ | 12.07 | 11.96 | 29.28 | - |
| YUV | 94.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 147 | 0.52 | 0.34 | 0 | 0.42 | 218.96 | 0.35 | 0.43 |
| Hex | 46 | 61 | 93 | 34 | 22 | 0 | 2A | DB | 23 | 2B |
| Octal | 106 | 141 | 223 | 64 | 42 | 0 | 52 | 333 | 43 | 53 |
| Binary | 1000110 | 1100001 | 10010011 | 110100 | 100010 | 0 | 101010 | 11011011 | 100011 | 101011 |
Color Harmonies of #466193
Complementary color
Monochromatic Colors of #466193
Black with #466193
Text Example
Text Example
White with #466193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466193; }
p { color: rgb(70,97,147); }
H1.HeaderClassName
{
color: #466193;
}
.AnyTagClassName
{
color: #466193;
}
</style>
background-color css
<style>
a { background-color: #466193; }
a { background-color: rgb(70,97,147); }
div.DivClassName
{
background-color: #466193;
}
.BgClassName
{
background-color: #466193;
}
</style>
border-color css
<style>
span { border-color: #466193; }
span { border-color: rgb(70,97,147); }
td.TdClassName
{
border-color: #466193;
}
.TagClassName
{
border-color: #466193;
}
</style>