Shades of Matisse #40627F
Tints of Matisse #40627F
RGB
CMYK
RGB Variations
Color information
#40627F (or 0x40627F) is known color: Matisse. HEX triplet: 40, 62 and 7F. RGB value is (64,98,127). Sum of RGB (Red+Green+Blue) = 64+98+127=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 127 - color contains mainly: blue. Hex color #40627F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40627F is #BF9D80. Grayscale: #5A5A5A. Windows color (decimal): -12557697 or 8348224. OLE color: 8348224.
HSL color Cylindrical-coordinate representation of color #40627F: hue angle of 207.62º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40627F is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 98 | 127 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.50 |
| HSL | 207.62º | 0.33% | 0.37% | - |
| HSV(B) | 207.62º | 0.5% | 0.5% | - |
| XYZ | 10.31 | 11.36 | 21.73 | - |
| YUV | 91.14 | 148.24 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 127 | 0.50 | 0.23 | 0 | 0.50 | 207.62 | 0.33 | 0.37 |
| Hex | 40 | 62 | 7F | 32 | 17 | 0 | 32 | D0 | 21 | 25 |
| Octal | 100 | 142 | 177 | 62 | 27 | 0 | 62 | 320 | 41 | 45 |
| Binary | 1000000 | 1100010 | 1111111 | 110010 | 10111 | 0 | 110010 | 11010000 | 100001 | 100101 |
Color Harmonies of #40627F
Complementary color
Monochromatic Colors of #40627F
Black with #40627F
Text Example
Text Example
White with #40627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40627F; }
p { color: rgb(64,98,127); }
H1.HeaderClassName
{
color: #40627F;
}
.AnyTagClassName
{
color: #40627F;
}
</style>
background-color css
<style>
a { background-color: #40627F; }
a { background-color: rgb(64,98,127); }
div.DivClassName
{
background-color: #40627F;
}
.BgClassName
{
background-color: #40627F;
}
</style>
border-color css
<style>
span { border-color: #40627F; }
span { border-color: rgb(64,98,127); }
td.TdClassName
{
border-color: #40627F;
}
.TagClassName
{
border-color: #40627F;
}
</style>