Shades of Matisse #42617D
Tints of Matisse #42617D
RGB
CMYK
RGB Variations
Color information
#42617D (or 0x42617D) is known color: Matisse. HEX triplet: 42, 61 and 7D. RGB value is (66,97,125). Sum of RGB (Red+Green+Blue) = 66+97+125=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #42617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42617D is #BD9E82. Grayscale: #5A5A5A. Windows color (decimal): -12426883 or 8216898. OLE color: 8216898.
HSL color Cylindrical-coordinate representation of color #42617D: 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.47%. Process color model (Four color, CMYK) of #42617D is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 97 | 125 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.51 |
| HSL | 208.47º | 0.31% | 0.37% | - |
| HSV(B) | 208.47º | 0.47% | 0.49% | - |
| XYZ | 10.22 | 11.19 | 21.02 | - |
| YUV | 90.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 125 | 0.47 | 0.22 | 0 | 0.51 | 208.47 | 0.31 | 0.37 |
| Hex | 42 | 61 | 7D | 2F | 16 | 0 | 33 | D0 | 1F | 25 |
| Octal | 102 | 141 | 175 | 57 | 26 | 0 | 63 | 320 | 37 | 45 |
| Binary | 1000010 | 1100001 | 1111101 | 101111 | 10110 | 0 | 110011 | 11010000 | 11111 | 100101 |
Color Harmonies of #42617D
Complementary color
Monochromatic Colors of #42617D
Black with #42617D
Text Example
Text Example
White with #42617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42617D; }
p { color: rgb(66,97,125); }
H1.HeaderClassName
{
color: #42617D;
}
.AnyTagClassName
{
color: #42617D;
}
</style>
background-color css
<style>
a { background-color: #42617D; }
a { background-color: rgb(66,97,125); }
div.DivClassName
{
background-color: #42617D;
}
.BgClassName
{
background-color: #42617D;
}
</style>
border-color css
<style>
span { border-color: #42617D; }
span { border-color: rgb(66,97,125); }
td.TdClassName
{
border-color: #42617D;
}
.TagClassName
{
border-color: #42617D;
}
</style>