Shades of Matisse #44607D
Tints of Matisse #44607D
RGB
CMYK
RGB Variations
Color information
#44607D (or 0x44607D) is known color: Matisse. HEX triplet: 44, 60 and 7D. RGB value is (68,96,125). Sum of RGB (Red+Green+Blue) = 68+96+125=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #44607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44607D is #BB9F82. Grayscale: #5A5A5A. Windows color (decimal): -12296067 or 8216644. OLE color: 8216644.
HSL color Cylindrical-coordinate representation of color #44607D: hue angle of 210.53º 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 #44607D is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 96 | 125 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.51 |
| HSL | 210.53º | 0.3% | 0.38% | - |
| HSV(B) | 210.53º | 0.46% | 0.49% | - |
| XYZ | 10.27 | 11.08 | 21 | - |
| YUV | 90.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 125 | 0.46 | 0.23 | 0 | 0.51 | 210.53 | 0.3 | 0.38 |
| Hex | 44 | 60 | 7D | 2E | 17 | 0 | 33 | D3 | 1E | 26 |
| Octal | 104 | 140 | 175 | 56 | 27 | 0 | 63 | 323 | 36 | 46 |
| Binary | 1000100 | 1100000 | 1111101 | 101110 | 10111 | 0 | 110011 | 11010011 | 11110 | 100110 |
Color Harmonies of #44607D
Complementary color
Monochromatic Colors of #44607D
Black with #44607D
Text Example
Text Example
White with #44607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44607D; }
p { color: rgb(68,96,125); }
H1.HeaderClassName
{
color: #44607D;
}
.AnyTagClassName
{
color: #44607D;
}
</style>
background-color css
<style>
a { background-color: #44607D; }
a { background-color: rgb(68,96,125); }
div.DivClassName
{
background-color: #44607D;
}
.BgClassName
{
background-color: #44607D;
}
</style>
border-color css
<style>
span { border-color: #44607D; }
span { border-color: rgb(68,96,125); }
td.TdClassName
{
border-color: #44607D;
}
.TagClassName
{
border-color: #44607D;
}
</style>