Shades of Mariner #466499
Tints of Mariner #466499
RGB
CMYK
RGB Variations
Color information
#466499 (or 0x466499) is known color: Mariner. HEX triplet: 46, 64 and 99. RGB value is (70,100,153). Sum of RGB (Red+Green+Blue) = 70+100+153=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #466499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466499 is #B99B66. Grayscale: #606060. Windows color (decimal): -12163943 or 10052678. OLE color: 10052678.
HSL color Cylindrical-coordinate representation of color #466499: hue angle of 218.31º 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 #466499 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 100 | 153 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.4 |
| HSL | 218.31º | 0.37% | 0.44% | - |
| HSV(B) | 218.31º | 0.54% | 0.6% | - |
| XYZ | 12.83 | 12.72 | 31.92 | - |
| YUV | 97.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 153 | 0.54 | 0.35 | 0 | 0.4 | 218.31 | 0.37 | 0.44 |
| Hex | 46 | 64 | 99 | 36 | 23 | 0 | 28 | DA | 25 | 2C |
| Octal | 106 | 144 | 231 | 66 | 43 | 0 | 50 | 332 | 45 | 54 |
| Binary | 1000110 | 1100100 | 10011001 | 110110 | 100011 | 0 | 101000 | 11011010 | 100101 | 101100 |
Color Harmonies of #466499
Complementary color
Monochromatic Colors of #466499
Black with #466499
Text Example
Text Example
White with #466499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466499; }
p { color: rgb(70,100,153); }
H1.HeaderClassName
{
color: #466499;
}
.AnyTagClassName
{
color: #466499;
}
</style>
background-color css
<style>
a { background-color: #466499; }
a { background-color: rgb(70,100,153); }
div.DivClassName
{
background-color: #466499;
}
.BgClassName
{
background-color: #466499;
}
</style>
border-color css
<style>
span { border-color: #466499; }
span { border-color: rgb(70,100,153); }
td.TdClassName
{
border-color: #466499;
}
.TagClassName
{
border-color: #466499;
}
</style>