Shades of Matisse #415F7A
Tints of Matisse #415F7A
RGB
CMYK
RGB Variations
Color information
#415F7A (or 0x415F7A) is known color: Matisse. HEX triplet: 41, 5F and 7A. RGB value is (65,95,122). Sum of RGB (Red+Green+Blue) = 65+95+122=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 95 (37.5% from 255 or 33.69% 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 #415F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F7A is #BEA085. Grayscale: #585858. Windows color (decimal): -12492934 or 8019777. OLE color: 8019777.
HSL color Cylindrical-coordinate representation of color #415F7A: hue angle of 208.42º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #415F7A is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 65 | 95 | 122 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.52 |
| HSL | 208.42º | 0.3% | 0.37% | - |
| HSV(B) | 208.42º | 0.47% | 0.48% | - |
| XYZ | 9.79 | 10.71 | 19.96 | - |
| YUV | 89.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 122 | 0.47 | 0.22 | 0 | 0.52 | 208.42 | 0.3 | 0.37 |
| Hex | 41 | 5F | 7A | 2F | 16 | 0 | 34 | D0 | 1E | 25 |
| Octal | 101 | 137 | 172 | 57 | 26 | 0 | 64 | 320 | 36 | 45 |
| Binary | 1000001 | 1011111 | 1111010 | 101111 | 10110 | 0 | 110100 | 11010000 | 11110 | 100101 |
Color Harmonies of #415F7A
Complementary color
Monochromatic Colors of #415F7A
Black with #415F7A
Text Example
Text Example
White with #415F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F7A; }
p { color: rgb(65,95,122); }
H1.HeaderClassName
{
color: #415F7A;
}
.AnyTagClassName
{
color: #415F7A;
}
</style>
background-color css
<style>
a { background-color: #415F7A; }
a { background-color: rgb(65,95,122); }
div.DivClassName
{
background-color: #415F7A;
}
.BgClassName
{
background-color: #415F7A;
}
</style>
border-color css
<style>
span { border-color: #415F7A; }
span { border-color: rgb(65,95,122); }
td.TdClassName
{
border-color: #415F7A;
}
.TagClassName
{
border-color: #415F7A;
}
</style>