Shades of Matisse #405C72
Tints of Matisse #405C72
RGB
CMYK
RGB Variations
Color information
#405C72 (or 0x405C72) is known color: Matisse. HEX triplet: 40, 5C and 72. RGB value is (64,92,114). Sum of RGB (Red+Green+Blue) = 64+92+114=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #405C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C72 is #BFA38D. Grayscale: #565656. Windows color (decimal): -12559246 or 7494720. OLE color: 7494720.
HSL color Cylindrical-coordinate representation of color #405C72: hue angle of 206.4º 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 #405C72 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 92 | 114 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.55 |
| HSL | 206.4º | 0.28% | 0.35% | - |
| HSV(B) | 206.4º | 0.44% | 0.45% | - |
| XYZ | 8.98 | 9.96 | 17.37 | - |
| YUV | 86.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 114 | 0.44 | 0.19 | 0 | 0.55 | 206.4 | 0.28 | 0.35 |
| Hex | 40 | 5C | 72 | 2C | 13 | 0 | 37 | CE | 1C | 23 |
| Octal | 100 | 134 | 162 | 54 | 23 | 0 | 67 | 316 | 34 | 43 |
| Binary | 1000000 | 1011100 | 1110010 | 101100 | 10011 | 0 | 110111 | 11001110 | 11100 | 100011 |
Color Harmonies of #405C72
Complementary color
Monochromatic Colors of #405C72
Black with #405C72
Text Example
Text Example
White with #405C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C72; }
p { color: rgb(64,92,114); }
H1.HeaderClassName
{
color: #405C72;
}
.AnyTagClassName
{
color: #405C72;
}
</style>
background-color css
<style>
a { background-color: #405C72; }
a { background-color: rgb(64,92,114); }
div.DivClassName
{
background-color: #405C72;
}
.BgClassName
{
background-color: #405C72;
}
</style>
border-color css
<style>
span { border-color: #405C72; }
span { border-color: rgb(64,92,114); }
td.TdClassName
{
border-color: #405C72;
}
.TagClassName
{
border-color: #405C72;
}
</style>