Shades of Matisse #41607C
Tints of Matisse #41607C
RGB
CMYK
RGB Variations
Color information
#41607C (or 0x41607C) is known color: Matisse. HEX triplet: 41, 60 and 7C. RGB value is (65,96,124). Sum of RGB (Red+Green+Blue) = 65+96+124=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #41607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41607C is #BE9F83. Grayscale: #595959. Windows color (decimal): -12492676 or 8151105. OLE color: 8151105.
HSL color Cylindrical-coordinate representation of color #41607C: hue angle of 208.47º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41607C is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 96 | 124 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.51 |
| HSL | 208.47º | 0.31% | 0.37% | - |
| HSV(B) | 208.47º | 0.48% | 0.49% | - |
| XYZ | 10 | 10.94 | 20.65 | - |
| YUV | 89.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 96 | 124 | 0.48 | 0.23 | 0 | 0.51 | 208.47 | 0.31 | 0.37 |
| Hex | 41 | 60 | 7C | 30 | 17 | 0 | 33 | D0 | 1F | 25 |
| Octal | 101 | 140 | 174 | 60 | 27 | 0 | 63 | 320 | 37 | 45 |
| Binary | 1000001 | 1100000 | 1111100 | 110000 | 10111 | 0 | 110011 | 11010000 | 11111 | 100101 |
Color Harmonies of #41607C
Complementary color
Monochromatic Colors of #41607C
Black with #41607C
Text Example
Text Example
White with #41607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41607C; }
p { color: rgb(65,96,124); }
H1.HeaderClassName
{
color: #41607C;
}
.AnyTagClassName
{
color: #41607C;
}
</style>
background-color css
<style>
a { background-color: #41607C; }
a { background-color: rgb(65,96,124); }
div.DivClassName
{
background-color: #41607C;
}
.BgClassName
{
background-color: #41607C;
}
</style>
border-color css
<style>
span { border-color: #41607C; }
span { border-color: rgb(65,96,124); }
td.TdClassName
{
border-color: #41607C;
}
.TagClassName
{
border-color: #41607C;
}
</style>