Shades of Mariner #406DA4
Tints of Mariner #406DA4
RGB
CMYK
RGB Variations
Color information
#406DA4 (or 0x406DA4) is known color: Mariner. HEX triplet: 40, 6D and A4. RGB value is (64,109,164). Sum of RGB (Red+Green+Blue) = 64+109+164=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #406DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406DA4 is #BF925B. Grayscale: #656565. Windows color (decimal): -12554844 or 10775872. OLE color: 10775872.
HSL color Cylindrical-coordinate representation of color #406DA4: hue angle of 213º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #406DA4 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 109 | 164 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.36 |
| HSL | 213º | 0.44% | 0.45% | - |
| HSV(B) | 213º | 0.61% | 0.64% | - |
| XYZ | 14.28 | 14.71 | 37.21 | - |
| YUV | 101.82 | 163.09 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 164 | 0.61 | 0.34 | 0 | 0.36 | 213 | 0.44 | 0.45 |
| Hex | 40 | 6D | A4 | 3D | 22 | 0 | 24 | D5 | 2C | 2D |
| Octal | 100 | 155 | 244 | 75 | 42 | 0 | 44 | 325 | 54 | 55 |
| Binary | 1000000 | 1101101 | 10100100 | 111101 | 100010 | 0 | 100100 | 11010101 | 101100 | 101101 |
Color Harmonies of #406DA4
Complementary color
Monochromatic Colors of #406DA4
Black with #406DA4
Text Example
Text Example
White with #406DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406DA4; }
p { color: rgb(64,109,164); }
H1.HeaderClassName
{
color: #406DA4;
}
.AnyTagClassName
{
color: #406DA4;
}
</style>
background-color css
<style>
a { background-color: #406DA4; }
a { background-color: rgb(64,109,164); }
div.DivClassName
{
background-color: #406DA4;
}
.BgClassName
{
background-color: #406DA4;
}
</style>
border-color css
<style>
span { border-color: #406DA4; }
span { border-color: rgb(64,109,164); }
td.TdClassName
{
border-color: #406DA4;
}
.TagClassName
{
border-color: #406DA4;
}
</style>