Shades of Matisse #456078
Tints of Matisse #456078
RGB
CMYK
RGB Variations
Color information
#456078 (or 0x456078) is known color: Matisse. HEX triplet: 45, 60 and 78. RGB value is (69,96,120). Sum of RGB (Red+Green+Blue) = 69+96+120=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #456078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456078 is #BA9F87. Grayscale: #5A5A5A. Windows color (decimal): -12230536 or 7888965. OLE color: 7888965.
HSL color Cylindrical-coordinate representation of color #456078: hue angle of 208.24º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #456078 is Cyan = 0.42, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 96 | 120 | - |
| CMYK | 0.42 | 0.2 | 0 | 0.53 |
| HSL | 208.24º | 0.27% | 0.37% | - |
| HSV(B) | 208.24º | 0.43% | 0.47% | - |
| XYZ | 10.03 | 10.99 | 19.36 | - |
| YUV | 90.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 120 | 0.42 | 0.2 | 0 | 0.53 | 208.24 | 0.27 | 0.37 |
| Hex | 45 | 60 | 78 | 2A | 14 | 0 | 35 | D0 | 1B | 25 |
| Octal | 105 | 140 | 170 | 52 | 24 | 0 | 65 | 320 | 33 | 45 |
| Binary | 1000101 | 1100000 | 1111000 | 101010 | 10100 | 0 | 110101 | 11010000 | 11011 | 100101 |
Color Harmonies of #456078
Complementary color
Monochromatic Colors of #456078
Black with #456078
Text Example
Text Example
White with #456078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456078; }
p { color: rgb(69,96,120); }
H1.HeaderClassName
{
color: #456078;
}
.AnyTagClassName
{
color: #456078;
}
</style>
background-color css
<style>
a { background-color: #456078; }
a { background-color: rgb(69,96,120); }
div.DivClassName
{
background-color: #456078;
}
.BgClassName
{
background-color: #456078;
}
</style>
border-color css
<style>
span { border-color: #456078; }
span { border-color: rgb(69,96,120); }
td.TdClassName
{
border-color: #456078;
}
.TagClassName
{
border-color: #456078;
}
</style>