Shades of Matisse #405A72
Tints of Matisse #405A72
RGB
CMYK
RGB Variations
Color information
#405A72 (or 0x405A72) is known color: Matisse. HEX triplet: 40, 5A and 72. RGB value is (64,90,114). Sum of RGB (Red+Green+Blue) = 64+90+114=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #405A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A72 is #BFA58D. Grayscale: #545454. Windows color (decimal): -12559758 or 7494208. OLE color: 7494208.
HSL color Cylindrical-coordinate representation of color #405A72: hue angle of 208.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405A72 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 90 | 114 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.55 |
| HSL | 208.8º | 0.28% | 0.35% | - |
| HSV(B) | 208.8º | 0.44% | 0.45% | - |
| XYZ | 8.81 | 9.62 | 17.31 | - |
| YUV | 84.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 114 | 0.44 | 0.21 | 0 | 0.55 | 208.8 | 0.28 | 0.35 |
| Hex | 40 | 5A | 72 | 2C | 15 | 0 | 37 | D1 | 1C | 23 |
| Octal | 100 | 132 | 162 | 54 | 25 | 0 | 67 | 321 | 34 | 43 |
| Binary | 1000000 | 1011010 | 1110010 | 101100 | 10101 | 0 | 110111 | 11010001 | 11100 | 100011 |
Color Harmonies of #405A72
Complementary color
Monochromatic Colors of #405A72
Black with #405A72
Text Example
Text Example
White with #405A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A72; }
p { color: rgb(64,90,114); }
H1.HeaderClassName
{
color: #405A72;
}
.AnyTagClassName
{
color: #405A72;
}
</style>
background-color css
<style>
a { background-color: #405A72; }
a { background-color: rgb(64,90,114); }
div.DivClassName
{
background-color: #405A72;
}
.BgClassName
{
background-color: #405A72;
}
</style>
border-color css
<style>
span { border-color: #405A72; }
span { border-color: rgb(64,90,114); }
td.TdClassName
{
border-color: #405A72;
}
.TagClassName
{
border-color: #405A72;
}
</style>