Shades of Matisse #44607B
Tints of Matisse #44607B
RGB
CMYK
RGB Variations
Color information
#44607B (or 0x44607B) is known color: Matisse. HEX triplet: 44, 60 and 7B. RGB value is (68,96,123). Sum of RGB (Red+Green+Blue) = 68+96+123=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #44607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44607B is #BB9F84. Grayscale: #5A5A5A. Windows color (decimal): -12296069 or 8085572. OLE color: 8085572.
HSL color Cylindrical-coordinate representation of color #44607B: hue angle of 209.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44607B is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 96 | 123 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.52 |
| HSL | 209.45º | 0.29% | 0.37% | - |
| HSV(B) | 209.45º | 0.45% | 0.48% | - |
| XYZ | 10.14 | 11.02 | 20.33 | - |
| YUV | 90.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 96 | 123 | 0.45 | 0.22 | 0 | 0.52 | 209.45 | 0.29 | 0.37 |
| Hex | 44 | 60 | 7B | 2D | 16 | 0 | 34 | D1 | 1D | 25 |
| Octal | 104 | 140 | 173 | 55 | 26 | 0 | 64 | 321 | 35 | 45 |
| Binary | 1000100 | 1100000 | 1111011 | 101101 | 10110 | 0 | 110100 | 11010001 | 11101 | 100101 |
Color Harmonies of #44607B
Complementary color
Monochromatic Colors of #44607B
Black with #44607B
Text Example
Text Example
White with #44607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44607B; }
p { color: rgb(68,96,123); }
H1.HeaderClassName
{
color: #44607B;
}
.AnyTagClassName
{
color: #44607B;
}
</style>
background-color css
<style>
a { background-color: #44607B; }
a { background-color: rgb(68,96,123); }
div.DivClassName
{
background-color: #44607B;
}
.BgClassName
{
background-color: #44607B;
}
</style>
border-color css
<style>
span { border-color: #44607B; }
span { border-color: rgb(68,96,123); }
td.TdClassName
{
border-color: #44607B;
}
.TagClassName
{
border-color: #44607B;
}
</style>