Shades of Matisse #425F7F
Tints of Matisse #425F7F
RGB
CMYK
RGB Variations
Color information
#425F7F (or 0x425F7F) is known color: Matisse. HEX triplet: 42, 5F and 7F. RGB value is (66,95,127). Sum of RGB (Red+Green+Blue) = 66+95+127=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #425F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F7F is #BDA080. Grayscale: #595959. Windows color (decimal): -12427393 or 8347458. OLE color: 8347458.
HSL color Cylindrical-coordinate representation of color #425F7F: hue angle of 211.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425F7F is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 95 | 127 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.50 |
| HSL | 211.48º | 0.32% | 0.38% | - |
| HSV(B) | 211.48º | 0.48% | 0.5% | - |
| XYZ | 10.17 | 10.87 | 21.64 | - |
| YUV | 89.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 127 | 0.48 | 0.25 | 0 | 0.50 | 211.48 | 0.32 | 0.38 |
| Hex | 42 | 5F | 7F | 30 | 19 | 0 | 32 | D3 | 20 | 26 |
| Octal | 102 | 137 | 177 | 60 | 31 | 0 | 62 | 323 | 40 | 46 |
| Binary | 1000010 | 1011111 | 1111111 | 110000 | 11001 | 0 | 110010 | 11010011 | 100000 | 100110 |
Color Harmonies of #425F7F
Complementary color
Monochromatic Colors of #425F7F
Black with #425F7F
Text Example
Text Example
White with #425F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F7F; }
p { color: rgb(66,95,127); }
H1.HeaderClassName
{
color: #425F7F;
}
.AnyTagClassName
{
color: #425F7F;
}
</style>
background-color css
<style>
a { background-color: #425F7F; }
a { background-color: rgb(66,95,127); }
div.DivClassName
{
background-color: #425F7F;
}
.BgClassName
{
background-color: #425F7F;
}
</style>
border-color css
<style>
span { border-color: #425F7F; }
span { border-color: rgb(66,95,127); }
td.TdClassName
{
border-color: #425F7F;
}
.TagClassName
{
border-color: #425F7F;
}
</style>