Shades of Matisse #425F7C
Tints of Matisse #425F7C
RGB
CMYK
RGB Variations
Color information
#425F7C (or 0x425F7C) is known color: Matisse. HEX triplet: 42, 5F and 7C. RGB value is (66,95,124). Sum of RGB (Red+Green+Blue) = 66+95+124=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #425F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F7C is #BDA083. Grayscale: #595959. Windows color (decimal): -12427396 or 8150850. OLE color: 8150850.
HSL color Cylindrical-coordinate representation of color #425F7C: hue angle of 210º 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 #425F7C is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 95 | 124 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.51 |
| HSL | 210º | 0.31% | 0.37% | - |
| HSV(B) | 210º | 0.47% | 0.49% | - |
| XYZ | 9.98 | 10.8 | 20.63 | - |
| YUV | 89.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 124 | 0.47 | 0.23 | 0 | 0.51 | 210 | 0.31 | 0.37 |
| Hex | 42 | 5F | 7C | 2F | 17 | 0 | 33 | D2 | 1F | 25 |
| Octal | 102 | 137 | 174 | 57 | 27 | 0 | 63 | 322 | 37 | 45 |
| Binary | 1000010 | 1011111 | 1111100 | 101111 | 10111 | 0 | 110011 | 11010010 | 11111 | 100101 |
Color Harmonies of #425F7C
Complementary color
Monochromatic Colors of #425F7C
Black with #425F7C
Text Example
Text Example
White with #425F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F7C; }
p { color: rgb(66,95,124); }
H1.HeaderClassName
{
color: #425F7C;
}
.AnyTagClassName
{
color: #425F7C;
}
</style>
background-color css
<style>
a { background-color: #425F7C; }
a { background-color: rgb(66,95,124); }
div.DivClassName
{
background-color: #425F7C;
}
.BgClassName
{
background-color: #425F7C;
}
</style>
border-color css
<style>
span { border-color: #425F7C; }
span { border-color: rgb(66,95,124); }
td.TdClassName
{
border-color: #425F7C;
}
.TagClassName
{
border-color: #425F7C;
}
</style>