Shades of Mariner #466099
Tints of Mariner #466099
RGB
CMYK
RGB Variations
Color information
#466099 (or 0x466099) is known color: Mariner. HEX triplet: 46, 60 and 99. RGB value is (70,96,153). Sum of RGB (Red+Green+Blue) = 70+96+153=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #466099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466099 is #B99F66. Grayscale: #5E5E5E. Windows color (decimal): -12164967 or 10051654. OLE color: 10051654.
HSL color Cylindrical-coordinate representation of color #466099: hue angle of 221.2º 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 #466099 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 96 | 153 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.4 |
| HSL | 221.2º | 0.37% | 0.44% | - |
| HSV(B) | 221.2º | 0.54% | 0.6% | - |
| XYZ | 12.46 | 11.97 | 31.79 | - |
| YUV | 94.72 | 160.89 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 153 | 0.54 | 0.37 | 0 | 0.4 | 221.2 | 0.37 | 0.44 |
| Hex | 46 | 60 | 99 | 36 | 25 | 0 | 28 | DD | 25 | 2C |
| Octal | 106 | 140 | 231 | 66 | 45 | 0 | 50 | 335 | 45 | 54 |
| Binary | 1000110 | 1100000 | 10011001 | 110110 | 100101 | 0 | 101000 | 11011101 | 100101 | 101100 |
Color Harmonies of #466099
Complementary color
Monochromatic Colors of #466099
Black with #466099
Text Example
Text Example
White with #466099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466099; }
p { color: rgb(70,96,153); }
H1.HeaderClassName
{
color: #466099;
}
.AnyTagClassName
{
color: #466099;
}
</style>
background-color css
<style>
a { background-color: #466099; }
a { background-color: rgb(70,96,153); }
div.DivClassName
{
background-color: #466099;
}
.BgClassName
{
background-color: #466099;
}
</style>
border-color css
<style>
span { border-color: #466099; }
span { border-color: rgb(70,96,153); }
td.TdClassName
{
border-color: #466099;
}
.TagClassName
{
border-color: #466099;
}
</style>