Shades of Mariner #466BAD
Tints of Mariner #466BAD
RGB
CMYK
RGB Variations
Color information
#466BAD (or 0x466BAD) is known color: Mariner. HEX triplet: 46, 6B and AD. RGB value is (70,107,173). Sum of RGB (Red+Green+Blue) = 70+107+173=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #466BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BAD is #B99452. Grayscale: #676767. Windows color (decimal): -12162131 or 11365190. OLE color: 11365190.
HSL color Cylindrical-coordinate representation of color #466BAD: hue angle of 218.45º 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 #466BAD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 107 | 173 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.32 |
| HSL | 218.45º | 0.42% | 0.48% | - |
| HSV(B) | 218.45º | 0.6% | 0.68% | - |
| XYZ | 15.33 | 14.83 | 41.59 | - |
| YUV | 103.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 173 | 0.60 | 0.38 | 0 | 0.32 | 218.45 | 0.42 | 0.48 |
| Hex | 46 | 6B | AD | 3C | 26 | 0 | 20 | DA | 2A | 30 |
| Octal | 106 | 153 | 255 | 74 | 46 | 0 | 40 | 332 | 52 | 60 |
| Binary | 1000110 | 1101011 | 10101101 | 111100 | 100110 | 0 | 100000 | 11011010 | 101010 | 110000 |
Color Harmonies of #466BAD
Complementary color
Monochromatic Colors of #466BAD
Black with #466BAD
Text Example
Text Example
White with #466BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BAD; }
p { color: rgb(70,107,173); }
H1.HeaderClassName
{
color: #466BAD;
}
.AnyTagClassName
{
color: #466BAD;
}
</style>
background-color css
<style>
a { background-color: #466BAD; }
a { background-color: rgb(70,107,173); }
div.DivClassName
{
background-color: #466BAD;
}
.BgClassName
{
background-color: #466BAD;
}
</style>
border-color css
<style>
span { border-color: #466BAD; }
span { border-color: rgb(70,107,173); }
td.TdClassName
{
border-color: #466BAD;
}
.TagClassName
{
border-color: #466BAD;
}
</style>