Shades of Mariner #405EA6
Tints of Mariner #405EA6
RGB
CMYK
RGB Variations
Color information
#405EA6 (or 0x405EA6) is known color: Mariner. HEX triplet: 40, 5E and A6. RGB value is (64,94,166). Sum of RGB (Red+Green+Blue) = 64+94+166=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #405EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405EA6 is #BFA159. Grayscale: #5C5C5C. Windows color (decimal): -12558682 or 10903104. OLE color: 10903104.
HSL color Cylindrical-coordinate representation of color #405EA6: hue angle of 222.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #405EA6 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 94 | 166 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.35 |
| HSL | 222.35º | 0.44% | 0.45% | - |
| HSV(B) | 222.35º | 0.61% | 0.65% | - |
| XYZ | 13 | 11.85 | 37.68 | - |
| YUV | 93.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 166 | 0.61 | 0.43 | 0 | 0.35 | 222.35 | 0.44 | 0.45 |
| Hex | 40 | 5E | A6 | 3D | 2B | 0 | 23 | DE | 2C | 2D |
| Octal | 100 | 136 | 246 | 75 | 53 | 0 | 43 | 336 | 54 | 55 |
| Binary | 1000000 | 1011110 | 10100110 | 111101 | 101011 | 0 | 100011 | 11011110 | 101100 | 101101 |
Color Harmonies of #405EA6
Complementary color
Monochromatic Colors of #405EA6
Black with #405EA6
Text Example
Text Example
White with #405EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EA6; }
p { color: rgb(64,94,166); }
H1.HeaderClassName
{
color: #405EA6;
}
.AnyTagClassName
{
color: #405EA6;
}
</style>
background-color css
<style>
a { background-color: #405EA6; }
a { background-color: rgb(64,94,166); }
div.DivClassName
{
background-color: #405EA6;
}
.BgClassName
{
background-color: #405EA6;
}
</style>
border-color css
<style>
span { border-color: #405EA6; }
span { border-color: rgb(64,94,166); }
td.TdClassName
{
border-color: #405EA6;
}
.TagClassName
{
border-color: #405EA6;
}
</style>