Shades of Mariner #406091
Tints of Mariner #406091
RGB
CMYK
RGB Variations
Color information
#406091 (or 0x406091) is known color: Mariner. HEX triplet: 40, 60 and 91. RGB value is (64,96,145). Sum of RGB (Red+Green+Blue) = 64+96+145=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #406091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406091 is #BF9F6E. Grayscale: #5B5B5B. Windows color (decimal): -12558191 or 9527360. OLE color: 9527360.
HSL color Cylindrical-coordinate representation of color #406091: hue angle of 216.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406091 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 96 | 145 | - |
| CMYK | 0.56 | 0.34 | 0 | 0.43 |
| HSL | 216.3º | 0.39% | 0.41% | - |
| HSV(B) | 216.3º | 0.56% | 0.57% | - |
| XYZ | 11.41 | 11.5 | 28.41 | - |
| YUV | 92.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 145 | 0.56 | 0.34 | 0 | 0.43 | 216.3 | 0.39 | 0.41 |
| Hex | 40 | 60 | 91 | 38 | 22 | 0 | 2B | D8 | 27 | 29 |
| Octal | 100 | 140 | 221 | 70 | 42 | 0 | 53 | 330 | 47 | 51 |
| Binary | 1000000 | 1100000 | 10010001 | 111000 | 100010 | 0 | 101011 | 11011000 | 100111 | 101001 |
Color Harmonies of #406091
Complementary color
Monochromatic Colors of #406091
Black with #406091
Text Example
Text Example
White with #406091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406091; }
p { color: rgb(64,96,145); }
H1.HeaderClassName
{
color: #406091;
}
.AnyTagClassName
{
color: #406091;
}
</style>
background-color css
<style>
a { background-color: #406091; }
a { background-color: rgb(64,96,145); }
div.DivClassName
{
background-color: #406091;
}
.BgClassName
{
background-color: #406091;
}
</style>
border-color css
<style>
span { border-color: #406091; }
span { border-color: rgb(64,96,145); }
td.TdClassName
{
border-color: #406091;
}
.TagClassName
{
border-color: #406091;
}
</style>