Shades of Matisse #406082
Tints of Matisse #406082
RGB
CMYK
RGB Variations
Color information
#406082 (or 0x406082) is known color: Matisse. HEX triplet: 40, 60 and 82. RGB value is (64,96,130). Sum of RGB (Red+Green+Blue) = 64+96+130=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 130 - color contains mainly: blue. Hex color #406082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406082 is #BF9F7D. Grayscale: #5A5A5A. Windows color (decimal): -12558206 or 8544320. OLE color: 8544320.
HSL color Cylindrical-coordinate representation of color #406082: hue angle of 210.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #406082 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 96 | 130 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.49 |
| HSL | 210.91º | 0.34% | 0.38% | - |
| HSV(B) | 210.91º | 0.51% | 0.51% | - |
| XYZ | 10.33 | 11.07 | 22.71 | - |
| YUV | 90.31 | 150.4 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 130 | 0.51 | 0.26 | 0 | 0.49 | 210.91 | 0.34 | 0.38 |
| Hex | 40 | 60 | 82 | 33 | 1A | 0 | 31 | D3 | 22 | 26 |
| Octal | 100 | 140 | 202 | 63 | 32 | 0 | 61 | 323 | 42 | 46 |
| Binary | 1000000 | 1100000 | 10000010 | 110011 | 11010 | 0 | 110001 | 11010011 | 100010 | 100110 |
Color Harmonies of #406082
Complementary color
Monochromatic Colors of #406082
Black with #406082
Text Example
Text Example
White with #406082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406082; }
p { color: rgb(64,96,130); }
H1.HeaderClassName
{
color: #406082;
}
.AnyTagClassName
{
color: #406082;
}
</style>
background-color css
<style>
a { background-color: #406082; }
a { background-color: rgb(64,96,130); }
div.DivClassName
{
background-color: #406082;
}
.BgClassName
{
background-color: #406082;
}
</style>
border-color css
<style>
span { border-color: #406082; }
span { border-color: rgb(64,96,130); }
td.TdClassName
{
border-color: #406082;
}
.TagClassName
{
border-color: #406082;
}
</style>