Shades of Matisse #42647C
Tints of Matisse #42647C
RGB
CMYK
RGB Variations
Color information
#42647C (or 0x42647C) is known color: Matisse. HEX triplet: 42, 64 and 7C. RGB value is (66,100,124). Sum of RGB (Red+Green+Blue) = 66+100+124=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #42647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42647C is #BD9B83. Grayscale: #5C5C5C. Windows color (decimal): -12426116 or 8152130. OLE color: 8152130.
HSL color Cylindrical-coordinate representation of color #42647C: hue angle of 204.83º 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 #42647C is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 100 | 124 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.51 |
| HSL | 204.83º | 0.31% | 0.37% | - |
| HSV(B) | 204.83º | 0.47% | 0.49% | - |
| XYZ | 10.44 | 11.73 | 20.78 | - |
| YUV | 92.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 124 | 0.47 | 0.19 | 0 | 0.51 | 204.83 | 0.31 | 0.37 |
| Hex | 42 | 64 | 7C | 2F | 13 | 0 | 33 | CD | 1F | 25 |
| Octal | 102 | 144 | 174 | 57 | 23 | 0 | 63 | 315 | 37 | 45 |
| Binary | 1000010 | 1100100 | 1111100 | 101111 | 10011 | 0 | 110011 | 11001101 | 11111 | 100101 |
Color Harmonies of #42647C
Complementary color
Monochromatic Colors of #42647C
Black with #42647C
Text Example
Text Example
White with #42647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42647C; }
p { color: rgb(66,100,124); }
H1.HeaderClassName
{
color: #42647C;
}
.AnyTagClassName
{
color: #42647C;
}
</style>
background-color css
<style>
a { background-color: #42647C; }
a { background-color: rgb(66,100,124); }
div.DivClassName
{
background-color: #42647C;
}
.BgClassName
{
background-color: #42647C;
}
</style>
border-color css
<style>
span { border-color: #42647C; }
span { border-color: rgb(66,100,124); }
td.TdClassName
{
border-color: #42647C;
}
.TagClassName
{
border-color: #42647C;
}
</style>