Shades of Mariner #466199
Tints of Mariner #466199
RGB
CMYK
RGB Variations
Color information
#466199 (or 0x466199) is known color: Mariner. HEX triplet: 46, 61 and 99. RGB value is (70,97,153). Sum of RGB (Red+Green+Blue) = 70+97+153=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #466199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466199 is #B99E66. Grayscale: #5F5F5F. Windows color (decimal): -12164711 or 10051910. OLE color: 10051910.
HSL color Cylindrical-coordinate representation of color #466199: hue angle of 220.48º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #466199 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 97 | 153 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.4 |
| HSL | 220.48º | 0.37% | 0.44% | - |
| HSV(B) | 220.48º | 0.54% | 0.6% | - |
| XYZ | 12.55 | 12.15 | 31.82 | - |
| YUV | 95.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 153 | 0.54 | 0.37 | 0 | 0.4 | 220.48 | 0.37 | 0.44 |
| Hex | 46 | 61 | 99 | 36 | 25 | 0 | 28 | DC | 25 | 2C |
| Octal | 106 | 141 | 231 | 66 | 45 | 0 | 50 | 334 | 45 | 54 |
| Binary | 1000110 | 1100001 | 10011001 | 110110 | 100101 | 0 | 101000 | 11011100 | 100101 | 101100 |
Color Harmonies of #466199
Complementary color
Monochromatic Colors of #466199
Black with #466199
Text Example
Text Example
White with #466199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466199; }
p { color: rgb(70,97,153); }
H1.HeaderClassName
{
color: #466199;
}
.AnyTagClassName
{
color: #466199;
}
</style>
background-color css
<style>
a { background-color: #466199; }
a { background-color: rgb(70,97,153); }
div.DivClassName
{
background-color: #466199;
}
.BgClassName
{
background-color: #466199;
}
</style>
border-color css
<style>
span { border-color: #466199; }
span { border-color: rgb(70,97,153); }
td.TdClassName
{
border-color: #466199;
}
.TagClassName
{
border-color: #466199;
}
</style>