Shades of Matisse #405F7F
Tints of Matisse #405F7F
RGB
CMYK
RGB Variations
Color information
#405F7F (or 0x405F7F) is known color: Matisse. HEX triplet: 40, 5F and 7F. RGB value is (64,95,127). Sum of RGB (Red+Green+Blue) = 64+95+127=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #405F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F7F is #BFA080. Grayscale: #595959. Windows color (decimal): -12558465 or 8347456. OLE color: 8347456.
HSL color Cylindrical-coordinate representation of color #405F7F: hue angle of 210.48º 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 #405F7F is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 95 | 127 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.50 |
| HSL | 210.48º | 0.33% | 0.37% | - |
| HSV(B) | 210.48º | 0.5% | 0.5% | - |
| XYZ | 10.04 | 10.81 | 21.64 | - |
| YUV | 89.38 | 149.23 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 127 | 0.50 | 0.25 | 0 | 0.50 | 210.48 | 0.33 | 0.37 |
| Hex | 40 | 5F | 7F | 32 | 19 | 0 | 32 | D2 | 21 | 25 |
| Octal | 100 | 137 | 177 | 62 | 31 | 0 | 62 | 322 | 41 | 45 |
| Binary | 1000000 | 1011111 | 1111111 | 110010 | 11001 | 0 | 110010 | 11010010 | 100001 | 100101 |
Color Harmonies of #405F7F
Complementary color
Monochromatic Colors of #405F7F
Black with #405F7F
Text Example
Text Example
White with #405F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F7F; }
p { color: rgb(64,95,127); }
H1.HeaderClassName
{
color: #405F7F;
}
.AnyTagClassName
{
color: #405F7F;
}
</style>
background-color css
<style>
a { background-color: #405F7F; }
a { background-color: rgb(64,95,127); }
div.DivClassName
{
background-color: #405F7F;
}
.BgClassName
{
background-color: #405F7F;
}
</style>
border-color css
<style>
span { border-color: #405F7F; }
span { border-color: rgb(64,95,127); }
td.TdClassName
{
border-color: #405F7F;
}
.TagClassName
{
border-color: #405F7F;
}
</style>