Shades of Mariner #406A99
Tints of Mariner #406A99
RGB
CMYK
RGB Variations
Color information
#406A99 (or 0x406A99) is known color: Mariner. HEX triplet: 40, 6A and 99. RGB value is (64,106,153). Sum of RGB (Red+Green+Blue) = 64+106+153=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #406A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A99 is #BF9566. Grayscale: #626262. Windows color (decimal): -12555623 or 10054208. OLE color: 10054208.
HSL color Cylindrical-coordinate representation of color #406A99: hue angle of 211.69º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406A99 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 106 | 153 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.4 |
| HSL | 211.69º | 0.41% | 0.43% | - |
| HSV(B) | 211.69º | 0.58% | 0.6% | - |
| XYZ | 13.02 | 13.7 | 32.09 | - |
| YUV | 98.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 153 | 0.58 | 0.31 | 0 | 0.4 | 211.69 | 0.41 | 0.43 |
| Hex | 40 | 6A | 99 | 3A | 1F | 0 | 28 | D4 | 29 | 2B |
| Octal | 100 | 152 | 231 | 72 | 37 | 0 | 50 | 324 | 51 | 53 |
| Binary | 1000000 | 1101010 | 10011001 | 111010 | 11111 | 0 | 101000 | 11010100 | 101001 | 101011 |
Color Harmonies of #406A99
Complementary color
Monochromatic Colors of #406A99
Black with #406A99
Text Example
Text Example
White with #406A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A99; }
p { color: rgb(64,106,153); }
H1.HeaderClassName
{
color: #406A99;
}
.AnyTagClassName
{
color: #406A99;
}
</style>
background-color css
<style>
a { background-color: #406A99; }
a { background-color: rgb(64,106,153); }
div.DivClassName
{
background-color: #406A99;
}
.BgClassName
{
background-color: #406A99;
}
</style>
border-color css
<style>
span { border-color: #406A99; }
span { border-color: rgb(64,106,153); }
td.TdClassName
{
border-color: #406A99;
}
.TagClassName
{
border-color: #406A99;
}
</style>