Shades of Mariner #406DA1
Tints of Mariner #406DA1
RGB
CMYK
RGB Variations
Color information
#406DA1 (or 0x406DA1) is known color: Mariner. HEX triplet: 40, 6D and A1. RGB value is (64,109,161). Sum of RGB (Red+Green+Blue) = 64+109+161=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #406DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA1 is #BF925E. Grayscale: #656565. Windows color (decimal): -12554847 or 10579264. OLE color: 10579264.
HSL color Cylindrical-coordinate representation of color #406DA1: hue angle of 212.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #406DA1 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 109 | 161 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.37 |
| HSL | 212.16º | 0.43% | 0.44% | - |
| HSV(B) | 212.16º | 0.6% | 0.63% | - |
| XYZ | 14.02 | 14.6 | 35.8 | - |
| YUV | 101.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 161 | 0.60 | 0.32 | 0 | 0.37 | 212.16 | 0.43 | 0.44 |
| Hex | 40 | 6D | A1 | 3C | 20 | 0 | 25 | D4 | 2B | 2C |
| Octal | 100 | 155 | 241 | 74 | 40 | 0 | 45 | 324 | 53 | 54 |
| Binary | 1000000 | 1101101 | 10100001 | 111100 | 100000 | 0 | 100101 | 11010100 | 101011 | 101100 |
Color Harmonies of #406DA1
Complementary color
Monochromatic Colors of #406DA1
Black with #406DA1
Text Example
Text Example
White with #406DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DA1; }
p { color: rgb(64,109,161); }
H1.HeaderClassName
{
color: #406DA1;
}
.AnyTagClassName
{
color: #406DA1;
}
</style>
background-color css
<style>
a { background-color: #406DA1; }
a { background-color: rgb(64,109,161); }
div.DivClassName
{
background-color: #406DA1;
}
.BgClassName
{
background-color: #406DA1;
}
</style>
border-color css
<style>
span { border-color: #406DA1; }
span { border-color: rgb(64,109,161); }
td.TdClassName
{
border-color: #406DA1;
}
.TagClassName
{
border-color: #406DA1;
}
</style>