Shades of Mariner #406AAD
Tints of Mariner #406AAD
RGB
CMYK
RGB Variations
Color information
#406AAD (or 0x406AAD) is known color: Mariner. HEX triplet: 40, 6A and AD. RGB value is (64,106,173). Sum of RGB (Red+Green+Blue) = 64+106+173=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #406AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AAD is #BF9552. Grayscale: #646464. Windows color (decimal): -12555603 or 11364928. OLE color: 11364928.
HSL color Cylindrical-coordinate representation of color #406AAD: hue angle of 216.88º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406AAD is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 106 | 173 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.32 |
| HSL | 216.88º | 0.46% | 0.46% | - |
| HSV(B) | 216.88º | 0.63% | 0.68% | - |
| XYZ | 14.81 | 14.42 | 41.54 | - |
| YUV | 101.08 | 168.59 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 173 | 0.63 | 0.39 | 0 | 0.32 | 216.88 | 0.46 | 0.46 |
| Hex | 40 | 6A | AD | 3F | 27 | 0 | 20 | D9 | 2E | 2E |
| Octal | 100 | 152 | 255 | 77 | 47 | 0 | 40 | 331 | 56 | 56 |
| Binary | 1000000 | 1101010 | 10101101 | 111111 | 100111 | 0 | 100000 | 11011001 | 101110 | 101110 |
Color Harmonies of #406AAD
Complementary color
Monochromatic Colors of #406AAD
Black with #406AAD
Text Example
Text Example
White with #406AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AAD; }
p { color: rgb(64,106,173); }
H1.HeaderClassName
{
color: #406AAD;
}
.AnyTagClassName
{
color: #406AAD;
}
</style>
background-color css
<style>
a { background-color: #406AAD; }
a { background-color: rgb(64,106,173); }
div.DivClassName
{
background-color: #406AAD;
}
.BgClassName
{
background-color: #406AAD;
}
</style>
border-color css
<style>
span { border-color: #406AAD; }
span { border-color: rgb(64,106,173); }
td.TdClassName
{
border-color: #406AAD;
}
.TagClassName
{
border-color: #406AAD;
}
</style>