Shades of Matisse #425D78
Tints of Matisse #425D78
RGB
CMYK
RGB Variations
Color information
#425D78 (or 0x425D78) is known color: Matisse. HEX triplet: 42, 5D and 78. RGB value is (66,93,120). Sum of RGB (Red+Green+Blue) = 66+93+120=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 120 - color contains mainly: blue. Hex color #425D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D78 is #BDA287. Grayscale: #575757. Windows color (decimal): -12427912 or 7888194. OLE color: 7888194.
HSL color Cylindrical-coordinate representation of color #425D78: hue angle of 210º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425D78 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 93 | 120 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.53 |
| HSL | 210º | 0.29% | 0.36% | - |
| HSV(B) | 210º | 0.45% | 0.47% | - |
| XYZ | 9.55 | 10.34 | 19.26 | - |
| YUV | 88.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 120 | 0.45 | 0.22 | 0 | 0.53 | 210 | 0.29 | 0.36 |
| Hex | 42 | 5D | 78 | 2D | 16 | 0 | 35 | D2 | 1D | 24 |
| Octal | 102 | 135 | 170 | 55 | 26 | 0 | 65 | 322 | 35 | 44 |
| Binary | 1000010 | 1011101 | 1111000 | 101101 | 10110 | 0 | 110101 | 11010010 | 11101 | 100100 |
Color Harmonies of #425D78
Complementary color
Monochromatic Colors of #425D78
Black with #425D78
Text Example
Text Example
White with #425D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D78; }
p { color: rgb(66,93,120); }
H1.HeaderClassName
{
color: #425D78;
}
.AnyTagClassName
{
color: #425D78;
}
</style>
background-color css
<style>
a { background-color: #425D78; }
a { background-color: rgb(66,93,120); }
div.DivClassName
{
background-color: #425D78;
}
.BgClassName
{
background-color: #425D78;
}
</style>
border-color css
<style>
span { border-color: #425D78; }
span { border-color: rgb(66,93,120); }
td.TdClassName
{
border-color: #425D78;
}
.TagClassName
{
border-color: #425D78;
}
</style>