Shades of Mariner #406EAC
Tints of Mariner #406EAC
RGB
CMYK
RGB Variations
Color information
#406EAC (or 0x406EAC) is known color: Mariner. HEX triplet: 40, 6E and AC. RGB value is (64,110,172). Sum of RGB (Red+Green+Blue) = 64+110+172=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #406EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406EAC is #BF9153. Grayscale: #676767. Windows color (decimal): -12554580 or 11300416. OLE color: 11300416.
HSL color Cylindrical-coordinate representation of color #406EAC: hue angle of 214.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406EAC is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 110 | 172 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.33 |
| HSL | 214.44º | 0.46% | 0.46% | - |
| HSV(B) | 214.44º | 0.63% | 0.67% | - |
| XYZ | 15.14 | 15.22 | 41.17 | - |
| YUV | 103.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 110 | 172 | 0.63 | 0.36 | 0 | 0.33 | 214.44 | 0.46 | 0.46 |
| Hex | 40 | 6E | AC | 3F | 24 | 0 | 21 | D6 | 2E | 2E |
| Octal | 100 | 156 | 254 | 77 | 44 | 0 | 41 | 326 | 56 | 56 |
| Binary | 1000000 | 1101110 | 10101100 | 111111 | 100100 | 0 | 100001 | 11010110 | 101110 | 101110 |
Color Harmonies of #406EAC
Complementary color
Monochromatic Colors of #406EAC
Black with #406EAC
Text Example
Text Example
White with #406EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406EAC; }
p { color: rgb(64,110,172); }
H1.HeaderClassName
{
color: #406EAC;
}
.AnyTagClassName
{
color: #406EAC;
}
</style>
background-color css
<style>
a { background-color: #406EAC; }
a { background-color: rgb(64,110,172); }
div.DivClassName
{
background-color: #406EAC;
}
.BgClassName
{
background-color: #406EAC;
}
</style>
border-color css
<style>
span { border-color: #406EAC; }
span { border-color: rgb(64,110,172); }
td.TdClassName
{
border-color: #406EAC;
}
.TagClassName
{
border-color: #406EAC;
}
</style>