Shades of Matisse #41657E
Tints of Matisse #41657E
RGB
CMYK
RGB Variations
Color information
#41657E (or 0x41657E) is known color: Matisse. HEX triplet: 41, 65 and 7E. RGB value is (65,101,126). Sum of RGB (Red+Green+Blue) = 65+101+126=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #41657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41657E is #BE9A81. Grayscale: #5C5C5C. Windows color (decimal): -12491394 or 8283457. OLE color: 8283457.
HSL color Cylindrical-coordinate representation of color #41657E: hue angle of 204.59º degrees, saturation: 0.32, 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 #41657E is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 101 | 126 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.51 |
| HSL | 204.59º | 0.32% | 0.37% | - |
| HSV(B) | 204.59º | 0.48% | 0.49% | - |
| XYZ | 10.6 | 11.94 | 21.48 | - |
| YUV | 93.09 | 146.57 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 101 | 126 | 0.48 | 0.20 | 0 | 0.51 | 204.59 | 0.32 | 0.37 |
| Hex | 41 | 65 | 7E | 30 | 14 | 0 | 33 | CD | 20 | 25 |
| Octal | 101 | 145 | 176 | 60 | 24 | 0 | 63 | 315 | 40 | 45 |
| Binary | 1000001 | 1100101 | 1111110 | 110000 | 10100 | 0 | 110011 | 11001101 | 100000 | 100101 |
Color Harmonies of #41657E
Complementary color
Monochromatic Colors of #41657E
Black with #41657E
Text Example
Text Example
White with #41657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41657E; }
p { color: rgb(65,101,126); }
H1.HeaderClassName
{
color: #41657E;
}
.AnyTagClassName
{
color: #41657E;
}
</style>
background-color css
<style>
a { background-color: #41657E; }
a { background-color: rgb(65,101,126); }
div.DivClassName
{
background-color: #41657E;
}
.BgClassName
{
background-color: #41657E;
}
</style>
border-color css
<style>
span { border-color: #41657E; }
span { border-color: rgb(65,101,126); }
td.TdClassName
{
border-color: #41657E;
}
.TagClassName
{
border-color: #41657E;
}
</style>