Shades of Matisse #40627C
Tints of Matisse #40627C
RGB
CMYK
RGB Variations
Color information
#40627C (or 0x40627C) is known color: Matisse. HEX triplet: 40, 62 and 7C. RGB value is (64,98,124). Sum of RGB (Red+Green+Blue) = 64+98+124=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #40627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40627C is #BF9D83. Grayscale: #5A5A5A. Windows color (decimal): -12557700 or 8151616. OLE color: 8151616.
HSL color Cylindrical-coordinate representation of color #40627C: hue angle of 206º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40627C is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 98 | 124 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.51 |
| HSL | 206º | 0.32% | 0.37% | - |
| HSV(B) | 206º | 0.48% | 0.49% | - |
| XYZ | 10.12 | 11.28 | 20.71 | - |
| YUV | 90.8 | 146.74 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 124 | 0.48 | 0.21 | 0 | 0.51 | 206 | 0.32 | 0.37 |
| Hex | 40 | 62 | 7C | 30 | 15 | 0 | 33 | CE | 20 | 25 |
| Octal | 100 | 142 | 174 | 60 | 25 | 0 | 63 | 316 | 40 | 45 |
| Binary | 1000000 | 1100010 | 1111100 | 110000 | 10101 | 0 | 110011 | 11001110 | 100000 | 100101 |
Color Harmonies of #40627C
Complementary color
Monochromatic Colors of #40627C
Black with #40627C
Text Example
Text Example
White with #40627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40627C; }
p { color: rgb(64,98,124); }
H1.HeaderClassName
{
color: #40627C;
}
.AnyTagClassName
{
color: #40627C;
}
</style>
background-color css
<style>
a { background-color: #40627C; }
a { background-color: rgb(64,98,124); }
div.DivClassName
{
background-color: #40627C;
}
.BgClassName
{
background-color: #40627C;
}
</style>
border-color css
<style>
span { border-color: #40627C; }
span { border-color: rgb(64,98,124); }
td.TdClassName
{
border-color: #40627C;
}
.TagClassName
{
border-color: #40627C;
}
</style>