Shades of Mariner #406DA0
Tints of Mariner #406DA0
RGB
CMYK
RGB Variations
Color information
#406DA0 (or 0x406DA0) is known color: Mariner. HEX triplet: 40, 6D and A0. RGB value is (64,109,160). Sum of RGB (Red+Green+Blue) = 64+109+160=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #406DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA0 is #BF925F. Grayscale: #656565. Windows color (decimal): -12554848 or 10513728. OLE color: 10513728.
HSL color Cylindrical-coordinate representation of color #406DA0: hue angle of 211.88º 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 #406DA0 is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 109 | 160 | - |
| CMYK | 0.6 | 0.32 | 0 | 0.37 |
| HSL | 211.88º | 0.43% | 0.44% | - |
| HSV(B) | 211.88º | 0.6% | 0.63% | - |
| XYZ | 13.93 | 14.57 | 35.34 | - |
| YUV | 101.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 160 | 0.6 | 0.32 | 0 | 0.37 | 211.88 | 0.43 | 0.44 |
| Hex | 40 | 6D | A0 | 3C | 20 | 0 | 25 | D4 | 2B | 2C |
| Octal | 100 | 155 | 240 | 74 | 40 | 0 | 45 | 324 | 53 | 54 |
| Binary | 1000000 | 1101101 | 10100000 | 111100 | 100000 | 0 | 100101 | 11010100 | 101011 | 101100 |
Color Harmonies of #406DA0
Complementary color
Monochromatic Colors of #406DA0
Black with #406DA0
Text Example
Text Example
White with #406DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DA0; }
p { color: rgb(64,109,160); }
H1.HeaderClassName
{
color: #406DA0;
}
.AnyTagClassName
{
color: #406DA0;
}
</style>
background-color css
<style>
a { background-color: #406DA0; }
a { background-color: rgb(64,109,160); }
div.DivClassName
{
background-color: #406DA0;
}
.BgClassName
{
background-color: #406DA0;
}
</style>
border-color css
<style>
span { border-color: #406DA0; }
span { border-color: rgb(64,109,160); }
td.TdClassName
{
border-color: #406DA0;
}
.TagClassName
{
border-color: #406DA0;
}
</style>