Shades of Paradiso #49787E
Tints of Paradiso #49787E
RGB
CMYK
RGB Variations
Color information
#49787E (or 0x49787E) is known color: Paradiso. HEX triplet: 49, 78 and 7E. RGB value is (73,120,126). Sum of RGB (Red+Green+Blue) = 73+120+126=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #49787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49787E is #B68781. Grayscale: #6A6A6A. Windows color (decimal): -11962242 or 8288329. OLE color: 8288329.
HSL color Cylindrical-coordinate representation of color #49787E: hue angle of 186.79º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49787E is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 120 | 126 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.51 |
| HSL | 186.79º | 0.27% | 0.39% | - |
| HSV(B) | 186.79º | 0.42% | 0.49% | - |
| XYZ | 13.23 | 16.36 | 22.2 | - |
| YUV | 106.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 126 | 0.42 | 0.05 | 0 | 0.51 | 186.79 | 0.27 | 0.39 |
| Hex | 49 | 78 | 7E | 2A | 5 | 0 | 33 | BB | 1B | 27 |
| Octal | 111 | 170 | 176 | 52 | 5 | 0 | 63 | 273 | 33 | 47 |
| Binary | 1001001 | 1111000 | 1111110 | 101010 | 101 | 0 | 110011 | 10111011 | 11011 | 100111 |
Color Harmonies of #49787E
Complementary color
Monochromatic Colors of #49787E
Black with #49787E
Text Example
Text Example
White with #49787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49787E; }
p { color: rgb(73,120,126); }
H1.HeaderClassName
{
color: #49787E;
}
.AnyTagClassName
{
color: #49787E;
}
</style>
background-color css
<style>
a { background-color: #49787E; }
a { background-color: rgb(73,120,126); }
div.DivClassName
{
background-color: #49787E;
}
.BgClassName
{
background-color: #49787E;
}
</style>
border-color css
<style>
span { border-color: #49787E; }
span { border-color: rgb(73,120,126); }
td.TdClassName
{
border-color: #49787E;
}
.TagClassName
{
border-color: #49787E;
}
</style>