Shades of Matisse #405A71
Tints of Matisse #405A71
RGB
CMYK
RGB Variations
Color information
#405A71 (or 0x405A71) is known color: Matisse. HEX triplet: 40, 5A and 71. RGB value is (64,90,113). Sum of RGB (Red+Green+Blue) = 64+90+113=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #405A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A71 is #BFA58E. Grayscale: #545454. Windows color (decimal): -12559759 or 7428672. OLE color: 7428672.
HSL color Cylindrical-coordinate representation of color #405A71: hue angle of 208.16º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405A71 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 90 | 113 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.56 |
| HSL | 208.16º | 0.28% | 0.35% | - |
| HSV(B) | 208.16º | 0.43% | 0.44% | - |
| XYZ | 8.75 | 9.59 | 17.01 | - |
| YUV | 84.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 113 | 0.43 | 0.20 | 0 | 0.56 | 208.16 | 0.28 | 0.35 |
| Hex | 40 | 5A | 71 | 2B | 14 | 0 | 38 | D0 | 1C | 23 |
| Octal | 100 | 132 | 161 | 53 | 24 | 0 | 70 | 320 | 34 | 43 |
| Binary | 1000000 | 1011010 | 1110001 | 101011 | 10100 | 0 | 111000 | 11010000 | 11100 | 100011 |
Color Harmonies of #405A71
Complementary color
Monochromatic Colors of #405A71
Black with #405A71
Text Example
Text Example
White with #405A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A71; }
p { color: rgb(64,90,113); }
H1.HeaderClassName
{
color: #405A71;
}
.AnyTagClassName
{
color: #405A71;
}
</style>
background-color css
<style>
a { background-color: #405A71; }
a { background-color: rgb(64,90,113); }
div.DivClassName
{
background-color: #405A71;
}
.BgClassName
{
background-color: #405A71;
}
</style>
border-color css
<style>
span { border-color: #405A71; }
span { border-color: rgb(64,90,113); }
td.TdClassName
{
border-color: #405A71;
}
.TagClassName
{
border-color: #405A71;
}
</style>