Shades of Matisse #405C70
Tints of Matisse #405C70
RGB
CMYK
RGB Variations
Color information
#405C70 (or 0x405C70) is known color: Matisse. HEX triplet: 40, 5C and 70. RGB value is (64,92,112). Sum of RGB (Red+Green+Blue) = 64+92+112=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #405C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C70 is #BFA38F. Grayscale: #555555. Windows color (decimal): -12559248 or 7363648. OLE color: 7363648.
HSL color Cylindrical-coordinate representation of color #405C70: hue angle of 205º degrees, saturation: 0.27, 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 #405C70 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 92 | 112 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.56 |
| HSL | 205º | 0.27% | 0.35% | - |
| HSV(B) | 205º | 0.43% | 0.44% | - |
| XYZ | 8.87 | 9.91 | 16.78 | - |
| YUV | 85.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 112 | 0.43 | 0.18 | 0 | 0.56 | 205 | 0.27 | 0.35 |
| Hex | 40 | 5C | 70 | 2B | 12 | 0 | 38 | CD | 1B | 23 |
| Octal | 100 | 134 | 160 | 53 | 22 | 0 | 70 | 315 | 33 | 43 |
| Binary | 1000000 | 1011100 | 1110000 | 101011 | 10010 | 0 | 111000 | 11001101 | 11011 | 100011 |
Color Harmonies of #405C70
Complementary color
Monochromatic Colors of #405C70
Black with #405C70
Text Example
Text Example
White with #405C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C70; }
p { color: rgb(64,92,112); }
H1.HeaderClassName
{
color: #405C70;
}
.AnyTagClassName
{
color: #405C70;
}
</style>
background-color css
<style>
a { background-color: #405C70; }
a { background-color: rgb(64,92,112); }
div.DivClassName
{
background-color: #405C70;
}
.BgClassName
{
background-color: #405C70;
}
</style>
border-color css
<style>
span { border-color: #405C70; }
span { border-color: rgb(64,92,112); }
td.TdClassName
{
border-color: #405C70;
}
.TagClassName
{
border-color: #405C70;
}
</style>