Shades of Matisse #42637F
Tints of Matisse #42637F
RGB
CMYK
RGB Variations
Color information
#42637F (or 0x42637F) is known color: Matisse. HEX triplet: 42, 63 and 7F. RGB value is (66,99,127). Sum of RGB (Red+Green+Blue) = 66+99+127=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #42637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42637F is #BD9C80. Grayscale: #5C5C5C. Windows color (decimal): -12426369 or 8348482. OLE color: 8348482.
HSL color Cylindrical-coordinate representation of color #42637F: hue angle of 207.54º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42637F is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 99 | 127 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.50 |
| HSL | 207.54º | 0.32% | 0.38% | - |
| HSV(B) | 207.54º | 0.48% | 0.5% | - |
| XYZ | 10.54 | 11.61 | 21.76 | - |
| YUV | 92.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 127 | 0.48 | 0.22 | 0 | 0.50 | 207.54 | 0.32 | 0.38 |
| Hex | 42 | 63 | 7F | 30 | 16 | 0 | 32 | D0 | 20 | 26 |
| Octal | 102 | 143 | 177 | 60 | 26 | 0 | 62 | 320 | 40 | 46 |
| Binary | 1000010 | 1100011 | 1111111 | 110000 | 10110 | 0 | 110010 | 11010000 | 100000 | 100110 |
Color Harmonies of #42637F
Complementary color
Monochromatic Colors of #42637F
Black with #42637F
Text Example
Text Example
White with #42637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42637F; }
p { color: rgb(66,99,127); }
H1.HeaderClassName
{
color: #42637F;
}
.AnyTagClassName
{
color: #42637F;
}
</style>
background-color css
<style>
a { background-color: #42637F; }
a { background-color: rgb(66,99,127); }
div.DivClassName
{
background-color: #42637F;
}
.BgClassName
{
background-color: #42637F;
}
</style>
border-color css
<style>
span { border-color: #42637F; }
span { border-color: rgb(66,99,127); }
td.TdClassName
{
border-color: #42637F;
}
.TagClassName
{
border-color: #42637F;
}
</style>