Shades of Matisse #425C71
Tints of Matisse #425C71
RGB
CMYK
RGB Variations
Color information
#425C71 (or 0x425C71) is known color: Matisse. HEX triplet: 42, 5C and 71. RGB value is (66,92,113). Sum of RGB (Red+Green+Blue) = 66+92+113=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #425C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C71 is #BDA38E. Grayscale: #565656. Windows color (decimal): -12428175 or 7429186. OLE color: 7429186.
HSL color Cylindrical-coordinate representation of color #425C71: hue angle of 206.81º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425C71 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 92 | 113 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.56 |
| HSL | 206.81º | 0.26% | 0.35% | - |
| HSV(B) | 206.81º | 0.42% | 0.44% | - |
| XYZ | 9.05 | 10 | 17.08 | - |
| YUV | 86.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 113 | 0.42 | 0.19 | 0 | 0.56 | 206.81 | 0.26 | 0.35 |
| Hex | 42 | 5C | 71 | 2A | 13 | 0 | 38 | CF | 1A | 23 |
| Octal | 102 | 134 | 161 | 52 | 23 | 0 | 70 | 317 | 32 | 43 |
| Binary | 1000010 | 1011100 | 1110001 | 101010 | 10011 | 0 | 111000 | 11001111 | 11010 | 100011 |
Color Harmonies of #425C71
Complementary color
Monochromatic Colors of #425C71
Black with #425C71
Text Example
Text Example
White with #425C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C71; }
p { color: rgb(66,92,113); }
H1.HeaderClassName
{
color: #425C71;
}
.AnyTagClassName
{
color: #425C71;
}
</style>
background-color css
<style>
a { background-color: #425C71; }
a { background-color: rgb(66,92,113); }
div.DivClassName
{
background-color: #425C71;
}
.BgClassName
{
background-color: #425C71;
}
</style>
border-color css
<style>
span { border-color: #425C71; }
span { border-color: rgb(66,92,113); }
td.TdClassName
{
border-color: #425C71;
}
.TagClassName
{
border-color: #425C71;
}
</style>