Shades of Mariner #406CAD
Tints of Mariner #406CAD
RGB
CMYK
RGB Variations
Color information
#406CAD (or 0x406CAD) is known color: Mariner. HEX triplet: 40, 6C and AD. RGB value is (64,108,173). Sum of RGB (Red+Green+Blue) = 64+108+173=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #406CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406CAD is #BF9352. Grayscale: #656565. Windows color (decimal): -12555091 or 11365440. OLE color: 11365440.
HSL color Cylindrical-coordinate representation of color #406CAD: hue angle of 215.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #406CAD is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 108 | 173 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.32 |
| HSL | 215.78º | 0.46% | 0.46% | - |
| HSV(B) | 215.78º | 0.63% | 0.68% | - |
| XYZ | 15.02 | 14.83 | 41.61 | - |
| YUV | 102.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 173 | 0.63 | 0.38 | 0 | 0.32 | 215.78 | 0.46 | 0.46 |
| Hex | 40 | 6C | AD | 3F | 26 | 0 | 20 | D8 | 2E | 2E |
| Octal | 100 | 154 | 255 | 77 | 46 | 0 | 40 | 330 | 56 | 56 |
| Binary | 1000000 | 1101100 | 10101101 | 111111 | 100110 | 0 | 100000 | 11011000 | 101110 | 101110 |
Color Harmonies of #406CAD
Complementary color
Monochromatic Colors of #406CAD
Black with #406CAD
Text Example
Text Example
White with #406CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406CAD; }
p { color: rgb(64,108,173); }
H1.HeaderClassName
{
color: #406CAD;
}
.AnyTagClassName
{
color: #406CAD;
}
</style>
background-color css
<style>
a { background-color: #406CAD; }
a { background-color: rgb(64,108,173); }
div.DivClassName
{
background-color: #406CAD;
}
.BgClassName
{
background-color: #406CAD;
}
</style>
border-color css
<style>
span { border-color: #406CAD; }
span { border-color: rgb(64,108,173); }
td.TdClassName
{
border-color: #406CAD;
}
.TagClassName
{
border-color: #406CAD;
}
</style>