Shades of Matisse #405C7B
Tints of Matisse #405C7B
RGB
CMYK
RGB Variations
Color information
#405C7B (or 0x405C7B) is known color: Matisse. HEX triplet: 40, 5C and 7B. RGB value is (64,92,123). Sum of RGB (Red+Green+Blue) = 64+92+123=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #405C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405C7B is #BFA384. Grayscale: #575757. Windows color (decimal): -12559237 or 8084544. OLE color: 8084544.
HSL color Cylindrical-coordinate representation of color #405C7B: hue angle of 211.53º 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 #405C7B is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 92 | 123 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.52 |
| HSL | 211.53º | 0.32% | 0.37% | - |
| HSV(B) | 211.53º | 0.48% | 0.48% | - |
| XYZ | 9.52 | 10.17 | 20.2 | - |
| YUV | 87.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 123 | 0.48 | 0.25 | 0 | 0.52 | 211.53 | 0.32 | 0.37 |
| Hex | 40 | 5C | 7B | 30 | 19 | 0 | 34 | D4 | 20 | 25 |
| Octal | 100 | 134 | 173 | 60 | 31 | 0 | 64 | 324 | 40 | 45 |
| Binary | 1000000 | 1011100 | 1111011 | 110000 | 11001 | 0 | 110100 | 11010100 | 100000 | 100101 |
Color Harmonies of #405C7B
Complementary color
Monochromatic Colors of #405C7B
Black with #405C7B
Text Example
Text Example
White with #405C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C7B; }
p { color: rgb(64,92,123); }
H1.HeaderClassName
{
color: #405C7B;
}
.AnyTagClassName
{
color: #405C7B;
}
</style>
background-color css
<style>
a { background-color: #405C7B; }
a { background-color: rgb(64,92,123); }
div.DivClassName
{
background-color: #405C7B;
}
.BgClassName
{
background-color: #405C7B;
}
</style>
border-color css
<style>
span { border-color: #405C7B; }
span { border-color: rgb(64,92,123); }
td.TdClassName
{
border-color: #405C7B;
}
.TagClassName
{
border-color: #405C7B;
}
</style>