Shades of Mariner #406DA8
Tints of Mariner #406DA8
RGB
CMYK
RGB Variations
Color information
#406DA8 (or 0x406DA8) is known color: Mariner. HEX triplet: 40, 6D and A8. RGB value is (64,109,168). Sum of RGB (Red+Green+Blue) = 64+109+168=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #406DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA8 is #BF9257. Grayscale: #656565. Windows color (decimal): -12554840 or 11038016. OLE color: 11038016.
HSL color Cylindrical-coordinate representation of color #406DA8: hue angle of 214.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #406DA8 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 109 | 168 | - |
| CMYK | 0.62 | 0.35 | 0 | 0.34 |
| HSL | 214.04º | 0.45% | 0.45% | - |
| HSV(B) | 214.04º | 0.62% | 0.66% | - |
| XYZ | 14.65 | 14.85 | 39.14 | - |
| YUV | 102.27 | 165.09 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 168 | 0.62 | 0.35 | 0 | 0.34 | 214.04 | 0.45 | 0.45 |
| Hex | 40 | 6D | A8 | 3E | 23 | 0 | 22 | D6 | 2D | 2D |
| Octal | 100 | 155 | 250 | 76 | 43 | 0 | 42 | 326 | 55 | 55 |
| Binary | 1000000 | 1101101 | 10101000 | 111110 | 100011 | 0 | 100010 | 11010110 | 101101 | 101101 |
Color Harmonies of #406DA8
Complementary color
Monochromatic Colors of #406DA8
Black with #406DA8
Text Example
Text Example
White with #406DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DA8; }
p { color: rgb(64,109,168); }
H1.HeaderClassName
{
color: #406DA8;
}
.AnyTagClassName
{
color: #406DA8;
}
</style>
background-color css
<style>
a { background-color: #406DA8; }
a { background-color: rgb(64,109,168); }
div.DivClassName
{
background-color: #406DA8;
}
.BgClassName
{
background-color: #406DA8;
}
</style>
border-color css
<style>
span { border-color: #406DA8; }
span { border-color: rgb(64,109,168); }
td.TdClassName
{
border-color: #406DA8;
}
.TagClassName
{
border-color: #406DA8;
}
</style>