Shades of Matisse #405D78
Tints of Matisse #405D78
RGB
CMYK
RGB Variations
Color information
#405D78 (or 0x405D78) is known color: Matisse. HEX triplet: 40, 5D and 78. RGB value is (64,93,120). Sum of RGB (Red+Green+Blue) = 64+93+120=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #405D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D78 is #BFA287. Grayscale: #575757. Windows color (decimal): -12558984 or 7888192. OLE color: 7888192.
HSL color Cylindrical-coordinate representation of color #405D78: hue angle of 208.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #405D78 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 93 | 120 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.53 |
| HSL | 208.93º | 0.3% | 0.36% | - |
| HSV(B) | 208.93º | 0.47% | 0.47% | - |
| XYZ | 9.42 | 10.27 | 19.26 | - |
| YUV | 87.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 120 | 0.47 | 0.22 | 0 | 0.53 | 208.93 | 0.3 | 0.36 |
| Hex | 40 | 5D | 78 | 2F | 16 | 0 | 35 | D1 | 1E | 24 |
| Octal | 100 | 135 | 170 | 57 | 26 | 0 | 65 | 321 | 36 | 44 |
| Binary | 1000000 | 1011101 | 1111000 | 101111 | 10110 | 0 | 110101 | 11010001 | 11110 | 100100 |
Color Harmonies of #405D78
Complementary color
Monochromatic Colors of #405D78
Black with #405D78
Text Example
Text Example
White with #405D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D78; }
p { color: rgb(64,93,120); }
H1.HeaderClassName
{
color: #405D78;
}
.AnyTagClassName
{
color: #405D78;
}
</style>
background-color css
<style>
a { background-color: #405D78; }
a { background-color: rgb(64,93,120); }
div.DivClassName
{
background-color: #405D78;
}
.BgClassName
{
background-color: #405D78;
}
</style>
border-color css
<style>
span { border-color: #405D78; }
span { border-color: rgb(64,93,120); }
td.TdClassName
{
border-color: #405D78;
}
.TagClassName
{
border-color: #405D78;
}
</style>