Shades of Matisse #42607B
Tints of Matisse #42607B
RGB
CMYK
RGB Variations
Color information
#42607B (or 0x42607B) is known color: Matisse. HEX triplet: 42, 60 and 7B. RGB value is (66,96,123). Sum of RGB (Red+Green+Blue) = 66+96+123=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #42607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42607B is #BD9F84. Grayscale: #595959. Windows color (decimal): -12427141 or 8085570. OLE color: 8085570.
HSL color Cylindrical-coordinate representation of color #42607B: hue angle of 208.42º 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 #42607B is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 96 | 123 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.52 |
| HSL | 208.42º | 0.3% | 0.37% | - |
| HSV(B) | 208.42º | 0.46% | 0.48% | - |
| XYZ | 10 | 10.95 | 20.33 | - |
| YUV | 90.11 | 146.56 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 123 | 0.46 | 0.22 | 0 | 0.52 | 208.42 | 0.3 | 0.37 |
| Hex | 42 | 60 | 7B | 2E | 16 | 0 | 34 | D0 | 1E | 25 |
| Octal | 102 | 140 | 173 | 56 | 26 | 0 | 64 | 320 | 36 | 45 |
| Binary | 1000010 | 1100000 | 1111011 | 101110 | 10110 | 0 | 110100 | 11010000 | 11110 | 100101 |
Color Harmonies of #42607B
Complementary color
Monochromatic Colors of #42607B
Black with #42607B
Text Example
Text Example
White with #42607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42607B; }
p { color: rgb(66,96,123); }
H1.HeaderClassName
{
color: #42607B;
}
.AnyTagClassName
{
color: #42607B;
}
</style>
background-color css
<style>
a { background-color: #42607B; }
a { background-color: rgb(66,96,123); }
div.DivClassName
{
background-color: #42607B;
}
.BgClassName
{
background-color: #42607B;
}
</style>
border-color css
<style>
span { border-color: #42607B; }
span { border-color: rgb(66,96,123); }
td.TdClassName
{
border-color: #42607B;
}
.TagClassName
{
border-color: #42607B;
}
</style>