Shades of Mariner #466BAC
Tints of Mariner #466BAC
RGB
CMYK
RGB Variations
Color information
#466BAC (or 0x466BAC) is known color: Mariner. HEX triplet: 46, 6B and AC. RGB value is (70,107,172). Sum of RGB (Red+Green+Blue) = 70+107+172=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #466BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BAC is #B99453. Grayscale: #676767. Windows color (decimal): -12162132 or 11299654. OLE color: 11299654.
HSL color Cylindrical-coordinate representation of color #466BAC: hue angle of 218.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466BAC is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 107 | 172 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.33 |
| HSL | 218.24º | 0.42% | 0.47% | - |
| HSV(B) | 218.24º | 0.59% | 0.67% | - |
| XYZ | 15.23 | 14.8 | 41.08 | - |
| YUV | 103.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 172 | 0.59 | 0.38 | 0 | 0.33 | 218.24 | 0.42 | 0.47 |
| Hex | 46 | 6B | AC | 3B | 26 | 0 | 21 | DA | 2A | 2F |
| Octal | 106 | 153 | 254 | 73 | 46 | 0 | 41 | 332 | 52 | 57 |
| Binary | 1000110 | 1101011 | 10101100 | 111011 | 100110 | 0 | 100001 | 11011010 | 101010 | 101111 |
Color Harmonies of #466BAC
Complementary color
Monochromatic Colors of #466BAC
Black with #466BAC
Text Example
Text Example
White with #466BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BAC; }
p { color: rgb(70,107,172); }
H1.HeaderClassName
{
color: #466BAC;
}
.AnyTagClassName
{
color: #466BAC;
}
</style>
background-color css
<style>
a { background-color: #466BAC; }
a { background-color: rgb(70,107,172); }
div.DivClassName
{
background-color: #466BAC;
}
.BgClassName
{
background-color: #466BAC;
}
</style>
border-color css
<style>
span { border-color: #466BAC; }
span { border-color: rgb(70,107,172); }
td.TdClassName
{
border-color: #466BAC;
}
.TagClassName
{
border-color: #466BAC;
}
</style>