Shades of Mariner #406593
Tints of Mariner #406593
RGB
CMYK
RGB Variations
Color information
#406593 (or 0x406593) is known color: Mariner. HEX triplet: 40, 65 and 93. RGB value is (64,101,147). Sum of RGB (Red+Green+Blue) = 64+101+147=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #406593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406593 is #BF9A6C. Grayscale: #5E5E5E. Windows color (decimal): -12556909 or 9659712. OLE color: 9659712.
HSL color Cylindrical-coordinate representation of color #406593: hue angle of 213.25º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406593 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 101 | 147 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.42 |
| HSL | 213.25º | 0.39% | 0.41% | - |
| HSV(B) | 213.25º | 0.56% | 0.58% | - |
| XYZ | 12.03 | 12.5 | 29.38 | - |
| YUV | 95.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 147 | 0.56 | 0.31 | 0 | 0.42 | 213.25 | 0.39 | 0.41 |
| Hex | 40 | 65 | 93 | 38 | 1F | 0 | 2A | D5 | 27 | 29 |
| Octal | 100 | 145 | 223 | 70 | 37 | 0 | 52 | 325 | 47 | 51 |
| Binary | 1000000 | 1100101 | 10010011 | 111000 | 11111 | 0 | 101010 | 11010101 | 100111 | 101001 |
Color Harmonies of #406593
Complementary color
Monochromatic Colors of #406593
Black with #406593
Text Example
Text Example
White with #406593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406593; }
p { color: rgb(64,101,147); }
H1.HeaderClassName
{
color: #406593;
}
.AnyTagClassName
{
color: #406593;
}
</style>
background-color css
<style>
a { background-color: #406593; }
a { background-color: rgb(64,101,147); }
div.DivClassName
{
background-color: #406593;
}
.BgClassName
{
background-color: #406593;
}
</style>
border-color css
<style>
span { border-color: #406593; }
span { border-color: rgb(64,101,147); }
td.TdClassName
{
border-color: #406593;
}
.TagClassName
{
border-color: #406593;
}
</style>