Shades of Mariner #466DAD
Tints of Mariner #466DAD
RGB
CMYK
RGB Variations
Color information
#466DAD (or 0x466DAD) is known color: Mariner. HEX triplet: 46, 6D and AD. RGB value is (70,109,173). Sum of RGB (Red+Green+Blue) = 70+109+173=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #466DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAD is #B99252. Grayscale: #686868. Windows color (decimal): -12161619 or 11365702. OLE color: 11365702.
HSL color Cylindrical-coordinate representation of color #466DAD: hue angle of 217.28º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #466DAD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 109 | 173 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.32 |
| HSL | 217.28º | 0.42% | 0.48% | - |
| HSV(B) | 217.28º | 0.6% | 0.68% | - |
| XYZ | 15.54 | 15.26 | 41.66 | - |
| YUV | 104.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 173 | 0.60 | 0.37 | 0 | 0.32 | 217.28 | 0.42 | 0.48 |
| Hex | 46 | 6D | AD | 3C | 25 | 0 | 20 | D9 | 2A | 30 |
| Octal | 106 | 155 | 255 | 74 | 45 | 0 | 40 | 331 | 52 | 60 |
| Binary | 1000110 | 1101101 | 10101101 | 111100 | 100101 | 0 | 100000 | 11011001 | 101010 | 110000 |
Color Harmonies of #466DAD
Complementary color
Monochromatic Colors of #466DAD
Black with #466DAD
Text Example
Text Example
White with #466DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DAD; }
p { color: rgb(70,109,173); }
H1.HeaderClassName
{
color: #466DAD;
}
.AnyTagClassName
{
color: #466DAD;
}
</style>
background-color css
<style>
a { background-color: #466DAD; }
a { background-color: rgb(70,109,173); }
div.DivClassName
{
background-color: #466DAD;
}
.BgClassName
{
background-color: #466DAD;
}
</style>
border-color css
<style>
span { border-color: #466DAD; }
span { border-color: rgb(70,109,173); }
td.TdClassName
{
border-color: #466DAD;
}
.TagClassName
{
border-color: #466DAD;
}
</style>