Shades of Mariner #406BAE
Tints of Mariner #406BAE
RGB
CMYK
RGB Variations
Color information
#406BAE (or 0x406BAE) is known color: Mariner. HEX triplet: 40, 6B and AE. RGB value is (64,107,174). Sum of RGB (Red+Green+Blue) = 64+107+174=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #406BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406BAE is #BF9451. Grayscale: #656565. Windows color (decimal): -12555346 or 11430720. OLE color: 11430720.
HSL color Cylindrical-coordinate representation of color #406BAE: hue angle of 216.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406BAE is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 107 | 174 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.32 |
| HSL | 216.55º | 0.46% | 0.47% | - |
| HSV(B) | 216.55º | 0.63% | 0.68% | - |
| XYZ | 15.01 | 14.66 | 42.08 | - |
| YUV | 101.78 | 168.75 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 174 | 0.63 | 0.39 | 0 | 0.32 | 216.55 | 0.46 | 0.47 |
| Hex | 40 | 6B | AE | 3F | 27 | 0 | 20 | D9 | 2E | 2F |
| Octal | 100 | 153 | 256 | 77 | 47 | 0 | 40 | 331 | 56 | 57 |
| Binary | 1000000 | 1101011 | 10101110 | 111111 | 100111 | 0 | 100000 | 11011001 | 101110 | 101111 |
Color Harmonies of #406BAE
Complementary color
Monochromatic Colors of #406BAE
Black with #406BAE
Text Example
Text Example
White with #406BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406BAE; }
p { color: rgb(64,107,174); }
H1.HeaderClassName
{
color: #406BAE;
}
.AnyTagClassName
{
color: #406BAE;
}
</style>
background-color css
<style>
a { background-color: #406BAE; }
a { background-color: rgb(64,107,174); }
div.DivClassName
{
background-color: #406BAE;
}
.BgClassName
{
background-color: #406BAE;
}
</style>
border-color css
<style>
span { border-color: #406BAE; }
span { border-color: rgb(64,107,174); }
td.TdClassName
{
border-color: #406BAE;
}
.TagClassName
{
border-color: #406BAE;
}
</style>