Shades of Matisse #42627A
Tints of Matisse #42627A
RGB
CMYK
RGB Variations
Color information
#42627A (or 0x42627A) is known color: Matisse. HEX triplet: 42, 62 and 7A. RGB value is (66,98,122). Sum of RGB (Red+Green+Blue) = 66+98+122=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #42627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42627A is #BD9D85. Grayscale: #5B5B5B. Windows color (decimal): -12426630 or 8020546. OLE color: 8020546.
HSL color Cylindrical-coordinate representation of color #42627A: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42627A is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 98 | 122 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.52 |
| HSL | 205.71º | 0.3% | 0.37% | - |
| HSV(B) | 205.71º | 0.46% | 0.48% | - |
| XYZ | 10.13 | 11.3 | 20.06 | - |
| YUV | 91.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 98 | 122 | 0.46 | 0.20 | 0 | 0.52 | 205.71 | 0.3 | 0.37 |
| Hex | 42 | 62 | 7A | 2E | 14 | 0 | 34 | CE | 1E | 25 |
| Octal | 102 | 142 | 172 | 56 | 24 | 0 | 64 | 316 | 36 | 45 |
| Binary | 1000010 | 1100010 | 1111010 | 101110 | 10100 | 0 | 110100 | 11001110 | 11110 | 100101 |
Color Harmonies of #42627A
Complementary color
Monochromatic Colors of #42627A
Black with #42627A
Text Example
Text Example
White with #42627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42627A; }
p { color: rgb(66,98,122); }
H1.HeaderClassName
{
color: #42627A;
}
.AnyTagClassName
{
color: #42627A;
}
</style>
background-color css
<style>
a { background-color: #42627A; }
a { background-color: rgb(66,98,122); }
div.DivClassName
{
background-color: #42627A;
}
.BgClassName
{
background-color: #42627A;
}
</style>
border-color css
<style>
span { border-color: #42627A; }
span { border-color: rgb(66,98,122); }
td.TdClassName
{
border-color: #42627A;
}
.TagClassName
{
border-color: #42627A;
}
</style>