Shades of Mariner #406390
Tints of Mariner #406390
RGB
CMYK
RGB Variations
Color information
#406390 (or 0x406390) is known color: Mariner. HEX triplet: 40, 63 and 90. RGB value is (64,99,144). Sum of RGB (Red+Green+Blue) = 64+99+144=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #406390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406390 is #BF9C6F. Grayscale: #5D5D5D. Windows color (decimal): -12557424 or 9462592. OLE color: 9462592.
HSL color Cylindrical-coordinate representation of color #406390: hue angle of 213.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #406390 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 99 | 144 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.44 |
| HSL | 213.75º | 0.38% | 0.41% | - |
| HSV(B) | 213.75º | 0.56% | 0.56% | - |
| XYZ | 11.61 | 12.03 | 28.1 | - |
| YUV | 93.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 144 | 0.56 | 0.31 | 0 | 0.44 | 213.75 | 0.38 | 0.41 |
| Hex | 40 | 63 | 90 | 38 | 1F | 0 | 2C | D6 | 26 | 29 |
| Octal | 100 | 143 | 220 | 70 | 37 | 0 | 54 | 326 | 46 | 51 |
| Binary | 1000000 | 1100011 | 10010000 | 111000 | 11111 | 0 | 101100 | 11010110 | 100110 | 101001 |
Color Harmonies of #406390
Complementary color
Monochromatic Colors of #406390
Black with #406390
Text Example
Text Example
White with #406390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406390; }
p { color: rgb(64,99,144); }
H1.HeaderClassName
{
color: #406390;
}
.AnyTagClassName
{
color: #406390;
}
</style>
background-color css
<style>
a { background-color: #406390; }
a { background-color: rgb(64,99,144); }
div.DivClassName
{
background-color: #406390;
}
.BgClassName
{
background-color: #406390;
}
</style>
border-color css
<style>
span { border-color: #406390; }
span { border-color: rgb(64,99,144); }
td.TdClassName
{
border-color: #406390;
}
.TagClassName
{
border-color: #406390;
}
</style>