Shades of Matisse #40647B
Tints of Matisse #40647B
RGB
CMYK
RGB Variations
Color information
#40647B (or 0x40647B) is known color: Matisse. HEX triplet: 40, 64 and 7B. RGB value is (64,100,123). Sum of RGB (Red+Green+Blue) = 64+100+123=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #40647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40647B is #BF9B84. Grayscale: #5B5B5B. Windows color (decimal): -12557189 or 8086592. OLE color: 8086592.
HSL color Cylindrical-coordinate representation of color #40647B: hue angle of 203.39º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40647B is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 100 | 123 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.52 |
| HSL | 203.39º | 0.32% | 0.37% | - |
| HSV(B) | 203.39º | 0.48% | 0.48% | - |
| XYZ | 10.25 | 11.63 | 20.44 | - |
| YUV | 91.86 | 145.57 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 123 | 0.48 | 0.19 | 0 | 0.52 | 203.39 | 0.32 | 0.37 |
| Hex | 40 | 64 | 7B | 30 | 13 | 0 | 34 | CB | 20 | 25 |
| Octal | 100 | 144 | 173 | 60 | 23 | 0 | 64 | 313 | 40 | 45 |
| Binary | 1000000 | 1100100 | 1111011 | 110000 | 10011 | 0 | 110100 | 11001011 | 100000 | 100101 |
Color Harmonies of #40647B
Complementary color
Monochromatic Colors of #40647B
Black with #40647B
Text Example
Text Example
White with #40647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40647B; }
p { color: rgb(64,100,123); }
H1.HeaderClassName
{
color: #40647B;
}
.AnyTagClassName
{
color: #40647B;
}
</style>
background-color css
<style>
a { background-color: #40647B; }
a { background-color: rgb(64,100,123); }
div.DivClassName
{
background-color: #40647B;
}
.BgClassName
{
background-color: #40647B;
}
</style>
border-color css
<style>
span { border-color: #40647B; }
span { border-color: rgb(64,100,123); }
td.TdClassName
{
border-color: #40647B;
}
.TagClassName
{
border-color: #40647B;
}
</style>