Shades of Matisse #456077
Tints of Matisse #456077
RGB
CMYK
RGB Variations
Color information
#456077 (or 0x456077) is known color: Matisse. HEX triplet: 45, 60 and 77. RGB value is (69,96,119). Sum of RGB (Red+Green+Blue) = 69+96+119=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #456077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456077 is #BA9F88. Grayscale: #5A5A5A. Windows color (decimal): -12230537 or 7823429. OLE color: 7823429.
HSL color Cylindrical-coordinate representation of color #456077: hue angle of 207.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #456077 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 96 | 119 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.53 |
| HSL | 207.6º | 0.27% | 0.37% | - |
| HSV(B) | 207.6º | 0.42% | 0.47% | - |
| XYZ | 9.97 | 10.96 | 19.04 | - |
| YUV | 90.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 119 | 0.42 | 0.19 | 0 | 0.53 | 207.6 | 0.27 | 0.37 |
| Hex | 45 | 60 | 77 | 2A | 13 | 0 | 35 | D0 | 1B | 25 |
| Octal | 105 | 140 | 167 | 52 | 23 | 0 | 65 | 320 | 33 | 45 |
| Binary | 1000101 | 1100000 | 1110111 | 101010 | 10011 | 0 | 110101 | 11010000 | 11011 | 100101 |
Color Harmonies of #456077
Complementary color
Monochromatic Colors of #456077
Black with #456077
Text Example
Text Example
White with #456077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456077; }
p { color: rgb(69,96,119); }
H1.HeaderClassName
{
color: #456077;
}
.AnyTagClassName
{
color: #456077;
}
</style>
background-color css
<style>
a { background-color: #456077; }
a { background-color: rgb(69,96,119); }
div.DivClassName
{
background-color: #456077;
}
.BgClassName
{
background-color: #456077;
}
</style>
border-color css
<style>
span { border-color: #456077; }
span { border-color: rgb(69,96,119); }
td.TdClassName
{
border-color: #456077;
}
.TagClassName
{
border-color: #456077;
}
</style>