Shades of Matisse #44617E
Tints of Matisse #44617E
RGB
CMYK
RGB Variations
Color information
#44617E (or 0x44617E) is known color: Matisse. HEX triplet: 44, 61 and 7E. RGB value is (68,97,126). Sum of RGB (Red+Green+Blue) = 68+97+126=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #44617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44617E is #BB9E81. Grayscale: #5B5B5B. Windows color (decimal): -12295810 or 8282436. OLE color: 8282436.
HSL color Cylindrical-coordinate representation of color #44617E: hue angle of 210º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44617E is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 97 | 126 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.51 |
| HSL | 210º | 0.3% | 0.38% | - |
| HSV(B) | 210º | 0.46% | 0.49% | - |
| XYZ | 10.42 | 11.28 | 21.37 | - |
| YUV | 91.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 126 | 0.46 | 0.23 | 0 | 0.51 | 210 | 0.3 | 0.38 |
| Hex | 44 | 61 | 7E | 2E | 17 | 0 | 33 | D2 | 1E | 26 |
| Octal | 104 | 141 | 176 | 56 | 27 | 0 | 63 | 322 | 36 | 46 |
| Binary | 1000100 | 1100001 | 1111110 | 101110 | 10111 | 0 | 110011 | 11010010 | 11110 | 100110 |
Color Harmonies of #44617E
Complementary color
Monochromatic Colors of #44617E
Black with #44617E
Text Example
Text Example
White with #44617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44617E; }
p { color: rgb(68,97,126); }
H1.HeaderClassName
{
color: #44617E;
}
.AnyTagClassName
{
color: #44617E;
}
</style>
background-color css
<style>
a { background-color: #44617E; }
a { background-color: rgb(68,97,126); }
div.DivClassName
{
background-color: #44617E;
}
.BgClassName
{
background-color: #44617E;
}
</style>
border-color css
<style>
span { border-color: #44617E; }
span { border-color: rgb(68,97,126); }
td.TdClassName
{
border-color: #44617E;
}
.TagClassName
{
border-color: #44617E;
}
</style>