Shades of Matisse #425E7C
Tints of Matisse #425E7C
RGB
CMYK
RGB Variations
Color information
#425E7C (or 0x425E7C) is known color: Matisse. HEX triplet: 42, 5E and 7C. RGB value is (66,94,124). Sum of RGB (Red+Green+Blue) = 66+94+124=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #425E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E7C is #BDA183. Grayscale: #585858. Windows color (decimal): -12427652 or 8150594. OLE color: 8150594.
HSL color Cylindrical-coordinate representation of color #425E7C: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #425E7C is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 94 | 124 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.51 |
| HSL | 211.03º | 0.31% | 0.37% | - |
| HSV(B) | 211.03º | 0.47% | 0.49% | - |
| XYZ | 9.89 | 10.62 | 20.6 | - |
| YUV | 89.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 124 | 0.47 | 0.24 | 0 | 0.51 | 211.03 | 0.31 | 0.37 |
| Hex | 42 | 5E | 7C | 2F | 18 | 0 | 33 | D3 | 1F | 25 |
| Octal | 102 | 136 | 174 | 57 | 30 | 0 | 63 | 323 | 37 | 45 |
| Binary | 1000010 | 1011110 | 1111100 | 101111 | 11000 | 0 | 110011 | 11010011 | 11111 | 100101 |
Color Harmonies of #425E7C
Complementary color
Monochromatic Colors of #425E7C
Black with #425E7C
Text Example
Text Example
White with #425E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E7C; }
p { color: rgb(66,94,124); }
H1.HeaderClassName
{
color: #425E7C;
}
.AnyTagClassName
{
color: #425E7C;
}
</style>
background-color css
<style>
a { background-color: #425E7C; }
a { background-color: rgb(66,94,124); }
div.DivClassName
{
background-color: #425E7C;
}
.BgClassName
{
background-color: #425E7C;
}
</style>
border-color css
<style>
span { border-color: #425E7C; }
span { border-color: rgb(66,94,124); }
td.TdClassName
{
border-color: #425E7C;
}
.TagClassName
{
border-color: #425E7C;
}
</style>