Shades of Matisse #40607A
Tints of Matisse #40607A
RGB
CMYK
RGB Variations
Color information
#40607A (or 0x40607A) is known color: Matisse. HEX triplet: 40, 60 and 7A. RGB value is (64,96,122). Sum of RGB (Red+Green+Blue) = 64+96+122=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #40607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40607A is #BF9F85. Grayscale: #595959. Windows color (decimal): -12558214 or 8020032. OLE color: 8020032.
HSL color Cylindrical-coordinate representation of color #40607A: hue angle of 206.9º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40607A is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 96 | 122 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.52 |
| HSL | 206.9º | 0.31% | 0.36% | - |
| HSV(B) | 206.9º | 0.48% | 0.48% | - |
| XYZ | 9.81 | 10.86 | 19.99 | - |
| YUV | 89.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 122 | 0.48 | 0.21 | 0 | 0.52 | 206.9 | 0.31 | 0.36 |
| Hex | 40 | 60 | 7A | 30 | 15 | 0 | 34 | CF | 1F | 24 |
| Octal | 100 | 140 | 172 | 60 | 25 | 0 | 64 | 317 | 37 | 44 |
| Binary | 1000000 | 1100000 | 1111010 | 110000 | 10101 | 0 | 110100 | 11001111 | 11111 | 100100 |
Color Harmonies of #40607A
Complementary color
Monochromatic Colors of #40607A
Black with #40607A
Text Example
Text Example
White with #40607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40607A; }
p { color: rgb(64,96,122); }
H1.HeaderClassName
{
color: #40607A;
}
.AnyTagClassName
{
color: #40607A;
}
</style>
background-color css
<style>
a { background-color: #40607A; }
a { background-color: rgb(64,96,122); }
div.DivClassName
{
background-color: #40607A;
}
.BgClassName
{
background-color: #40607A;
}
</style>
border-color css
<style>
span { border-color: #40607A; }
span { border-color: rgb(64,96,122); }
td.TdClassName
{
border-color: #40607A;
}
.TagClassName
{
border-color: #40607A;
}
</style>