Shades of Matisse #40637A
Tints of Matisse #40637A
RGB
CMYK
RGB Variations
Color information
#40637A (or 0x40637A) is known color: Matisse. HEX triplet: 40, 63 and 7A. RGB value is (64,99,122). Sum of RGB (Red+Green+Blue) = 64+99+122=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #40637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40637A is #BF9C85. Grayscale: #5B5B5B. Windows color (decimal): -12557446 or 8020800. OLE color: 8020800.
HSL color Cylindrical-coordinate representation of color #40637A: hue angle of 203.79º 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 #40637A is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 99 | 122 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.52 |
| HSL | 203.79º | 0.31% | 0.36% | - |
| HSV(B) | 203.79º | 0.48% | 0.48% | - |
| XYZ | 10.09 | 11.42 | 20.08 | - |
| YUV | 91.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 99 | 122 | 0.48 | 0.19 | 0 | 0.52 | 203.79 | 0.31 | 0.36 |
| Hex | 40 | 63 | 7A | 30 | 13 | 0 | 34 | CC | 1F | 24 |
| Octal | 100 | 143 | 172 | 60 | 23 | 0 | 64 | 314 | 37 | 44 |
| Binary | 1000000 | 1100011 | 1111010 | 110000 | 10011 | 0 | 110100 | 11001100 | 11111 | 100100 |
Color Harmonies of #40637A
Complementary color
Monochromatic Colors of #40637A
Black with #40637A
Text Example
Text Example
White with #40637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40637A; }
p { color: rgb(64,99,122); }
H1.HeaderClassName
{
color: #40637A;
}
.AnyTagClassName
{
color: #40637A;
}
</style>
background-color css
<style>
a { background-color: #40637A; }
a { background-color: rgb(64,99,122); }
div.DivClassName
{
background-color: #40637A;
}
.BgClassName
{
background-color: #40637A;
}
</style>
border-color css
<style>
span { border-color: #40637A; }
span { border-color: rgb(64,99,122); }
td.TdClassName
{
border-color: #40637A;
}
.TagClassName
{
border-color: #40637A;
}
</style>