Shades of Mariner #406AAA
Tints of Mariner #406AAA
RGB
CMYK
RGB Variations
Color information
#406AAA (or 0x406AAA) is known color: Mariner. HEX triplet: 40, 6A and AA. RGB value is (64,106,170). Sum of RGB (Red+Green+Blue) = 64+106+170=340 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.82% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #406AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406AAA is #BF9555. Grayscale: #646464. Windows color (decimal): -12555606 or 11168320. OLE color: 11168320.
HSL color Cylindrical-coordinate representation of color #406AAA: hue angle of 216.23º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406AAA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 106 | 170 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.33 |
| HSL | 216.23º | 0.45% | 0.46% | - |
| HSV(B) | 216.23º | 0.62% | 0.67% | - |
| XYZ | 14.52 | 14.3 | 40.02 | - |
| YUV | 100.74 | 167.09 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 170 | 0.62 | 0.38 | 0 | 0.33 | 216.23 | 0.45 | 0.46 |
| Hex | 40 | 6A | AA | 3E | 26 | 0 | 21 | D8 | 2D | 2E |
| Octal | 100 | 152 | 252 | 76 | 46 | 0 | 41 | 330 | 55 | 56 |
| Binary | 1000000 | 1101010 | 10101010 | 111110 | 100110 | 0 | 100001 | 11011000 | 101101 | 101110 |
Color Harmonies of #406AAA
Complementary color
Monochromatic Colors of #406AAA
Black with #406AAA
Text Example
Text Example
White with #406AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406AAA; }
p { color: rgb(64,106,170); }
H1.HeaderClassName
{
color: #406AAA;
}
.AnyTagClassName
{
color: #406AAA;
}
</style>
background-color css
<style>
a { background-color: #406AAA; }
a { background-color: rgb(64,106,170); }
div.DivClassName
{
background-color: #406AAA;
}
.BgClassName
{
background-color: #406AAA;
}
</style>
border-color css
<style>
span { border-color: #406AAA; }
span { border-color: rgb(64,106,170); }
td.TdClassName
{
border-color: #406AAA;
}
.TagClassName
{
border-color: #406AAA;
}
</style>