Shades of Matisse #415C76
Tints of Matisse #415C76
RGB
CMYK
RGB Variations
Color information
#415C76 (or 0x415C76) is known color: Matisse. HEX triplet: 41, 5C and 76. RGB value is (65,92,118). Sum of RGB (Red+Green+Blue) = 65+92+118=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #415C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C76 is #BEA389. Grayscale: #565656. Windows color (decimal): -12493706 or 7756865. OLE color: 7756865.
HSL color Cylindrical-coordinate representation of color #415C76: hue angle of 209.43º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #415C76 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 92 | 118 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.54 |
| HSL | 209.43º | 0.29% | 0.36% | - |
| HSV(B) | 209.43º | 0.45% | 0.46% | - |
| XYZ | 9.28 | 10.09 | 18.6 | - |
| YUV | 86.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 118 | 0.45 | 0.22 | 0 | 0.54 | 209.43 | 0.29 | 0.36 |
| Hex | 41 | 5C | 76 | 2D | 16 | 0 | 36 | D1 | 1D | 24 |
| Octal | 101 | 134 | 166 | 55 | 26 | 0 | 66 | 321 | 35 | 44 |
| Binary | 1000001 | 1011100 | 1110110 | 101101 | 10110 | 0 | 110110 | 11010001 | 11101 | 100100 |
Color Harmonies of #415C76
Complementary color
Monochromatic Colors of #415C76
Black with #415C76
Text Example
Text Example
White with #415C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C76; }
p { color: rgb(65,92,118); }
H1.HeaderClassName
{
color: #415C76;
}
.AnyTagClassName
{
color: #415C76;
}
</style>
background-color css
<style>
a { background-color: #415C76; }
a { background-color: rgb(65,92,118); }
div.DivClassName
{
background-color: #415C76;
}
.BgClassName
{
background-color: #415C76;
}
</style>
border-color css
<style>
span { border-color: #415C76; }
span { border-color: rgb(65,92,118); }
td.TdClassName
{
border-color: #415C76;
}
.TagClassName
{
border-color: #415C76;
}
</style>