Shades of Matisse #40657F
Tints of Matisse #40657F
RGB
CMYK
RGB Variations
Color information
#40657F (or 0x40657F) is known color: Matisse. HEX triplet: 40, 65 and 7F. RGB value is (64,101,127). Sum of RGB (Red+Green+Blue) = 64+101+127=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 101 (39.84% from 255 or 34.59% 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 #40657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40657F is #BF9A80. Grayscale: #5C5C5C. Windows color (decimal): -12556929 or 8348992. OLE color: 8348992.
HSL color Cylindrical-coordinate representation of color #40657F: hue angle of 204.76º 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 #40657F is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 101 | 127 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.50 |
| HSL | 204.76º | 0.33% | 0.37% | - |
| HSV(B) | 204.76º | 0.5% | 0.5% | - |
| XYZ | 10.6 | 11.93 | 21.82 | - |
| YUV | 92.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 127 | 0.50 | 0.20 | 0 | 0.50 | 204.76 | 0.33 | 0.37 |
| Hex | 40 | 65 | 7F | 32 | 14 | 0 | 32 | CD | 21 | 25 |
| Octal | 100 | 145 | 177 | 62 | 24 | 0 | 62 | 315 | 41 | 45 |
| Binary | 1000000 | 1100101 | 1111111 | 110010 | 10100 | 0 | 110010 | 11001101 | 100001 | 100101 |
Color Harmonies of #40657F
Complementary color
Monochromatic Colors of #40657F
Black with #40657F
Text Example
Text Example
White with #40657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40657F; }
p { color: rgb(64,101,127); }
H1.HeaderClassName
{
color: #40657F;
}
.AnyTagClassName
{
color: #40657F;
}
</style>
background-color css
<style>
a { background-color: #40657F; }
a { background-color: rgb(64,101,127); }
div.DivClassName
{
background-color: #40657F;
}
.BgClassName
{
background-color: #40657F;
}
</style>
border-color css
<style>
span { border-color: #40657F; }
span { border-color: rgb(64,101,127); }
td.TdClassName
{
border-color: #40657F;
}
.TagClassName
{
border-color: #40657F;
}
</style>