Shades of Mariner #466699
Tints of Mariner #466699
RGB
CMYK
RGB Variations
Color information
#466699 (or 0x466699) is known color: Mariner. HEX triplet: 46, 66 and 99. RGB value is (70,102,153). Sum of RGB (Red+Green+Blue) = 70+102+153=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #466699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466699 is #B99966. Grayscale: #626262. Windows color (decimal): -12163431 or 10053190. OLE color: 10053190.
HSL color Cylindrical-coordinate representation of color #466699: hue angle of 216.87º 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 #466699 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 102 | 153 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.4 |
| HSL | 216.87º | 0.37% | 0.44% | - |
| HSV(B) | 216.87º | 0.54% | 0.6% | - |
| XYZ | 13.03 | 13.1 | 31.98 | - |
| YUV | 98.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 153 | 0.54 | 0.33 | 0 | 0.4 | 216.87 | 0.37 | 0.44 |
| Hex | 46 | 66 | 99 | 36 | 21 | 0 | 28 | D9 | 25 | 2C |
| Octal | 106 | 146 | 231 | 66 | 41 | 0 | 50 | 331 | 45 | 54 |
| Binary | 1000110 | 1100110 | 10011001 | 110110 | 100001 | 0 | 101000 | 11011001 | 100101 | 101100 |
Color Harmonies of #466699
Complementary color
Monochromatic Colors of #466699
Black with #466699
Text Example
Text Example
White with #466699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466699; }
p { color: rgb(70,102,153); }
H1.HeaderClassName
{
color: #466699;
}
.AnyTagClassName
{
color: #466699;
}
</style>
background-color css
<style>
a { background-color: #466699; }
a { background-color: rgb(70,102,153); }
div.DivClassName
{
background-color: #466699;
}
.BgClassName
{
background-color: #466699;
}
</style>
border-color css
<style>
span { border-color: #466699; }
span { border-color: rgb(70,102,153); }
td.TdClassName
{
border-color: #466699;
}
.TagClassName
{
border-color: #466699;
}
</style>