Shades of Matisse #415C78
Tints of Matisse #415C78
RGB
CMYK
RGB Variations
Color information
#415C78 (or 0x415C78) is known color: Matisse. HEX triplet: 41, 5C and 78. RGB value is (65,92,120). Sum of RGB (Red+Green+Blue) = 65+92+120=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 92 (36.33% from 255 or 33.21% 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 #415C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C78 is #BEA387. Grayscale: #565656. Windows color (decimal): -12493704 or 7887937. OLE color: 7887937.
HSL color Cylindrical-coordinate representation of color #415C78: hue angle of 210.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #415C78 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 92 | 120 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.53 |
| HSL | 210.55º | 0.3% | 0.36% | - |
| HSV(B) | 210.55º | 0.46% | 0.47% | - |
| XYZ | 9.4 | 10.13 | 19.23 | - |
| YUV | 87.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 120 | 0.46 | 0.23 | 0 | 0.53 | 210.55 | 0.3 | 0.36 |
| Hex | 41 | 5C | 78 | 2E | 17 | 0 | 35 | D3 | 1E | 24 |
| Octal | 101 | 134 | 170 | 56 | 27 | 0 | 65 | 323 | 36 | 44 |
| Binary | 1000001 | 1011100 | 1111000 | 101110 | 10111 | 0 | 110101 | 11010011 | 11110 | 100100 |
Color Harmonies of #415C78
Complementary color
Monochromatic Colors of #415C78
Black with #415C78
Text Example
Text Example
White with #415C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C78; }
p { color: rgb(65,92,120); }
H1.HeaderClassName
{
color: #415C78;
}
.AnyTagClassName
{
color: #415C78;
}
</style>
background-color css
<style>
a { background-color: #415C78; }
a { background-color: rgb(65,92,120); }
div.DivClassName
{
background-color: #415C78;
}
.BgClassName
{
background-color: #415C78;
}
</style>
border-color css
<style>
span { border-color: #415C78; }
span { border-color: rgb(65,92,120); }
td.TdClassName
{
border-color: #415C78;
}
.TagClassName
{
border-color: #415C78;
}
</style>