Shades of Paradiso #49878E
Tints of Paradiso #49878E
RGB
CMYK
RGB Variations
Color information
#49878E (or 0x49878E) is known color: Paradiso. HEX triplet: 49, 87 and 8E. RGB value is (73,135,142). Sum of RGB (Red+Green+Blue) = 73+135+142=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #49878E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49878E is #B67871. Grayscale: #757575. Windows color (decimal): -11958386 or 9340745. OLE color: 9340745.
HSL color Cylindrical-coordinate representation of color #49878E: hue angle of 186.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49878E is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 135 | 142 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.44 |
| HSL | 186.09º | 0.32% | 0.42% | - |
| HSV(B) | 186.09º | 0.49% | 0.56% | - |
| XYZ | 16.29 | 20.7 | 28.73 | - |
| YUV | 117.26 | 141.96 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 142 | 0.49 | 0.05 | 0 | 0.44 | 186.09 | 0.32 | 0.42 |
| Hex | 49 | 87 | 8E | 31 | 5 | 0 | 2C | BA | 20 | 2A |
| Octal | 111 | 207 | 216 | 61 | 5 | 0 | 54 | 272 | 40 | 52 |
| Binary | 1001001 | 10000111 | 10001110 | 110001 | 101 | 0 | 101100 | 10111010 | 100000 | 101010 |
Color Harmonies of #49878E
Complementary color
Monochromatic Colors of #49878E
Black with #49878E
Text Example
Text Example
White with #49878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49878E; }
p { color: rgb(73,135,142); }
H1.HeaderClassName
{
color: #49878E;
}
.AnyTagClassName
{
color: #49878E;
}
</style>
background-color css
<style>
a { background-color: #49878E; }
a { background-color: rgb(73,135,142); }
div.DivClassName
{
background-color: #49878E;
}
.BgClassName
{
background-color: #49878E;
}
</style>
border-color css
<style>
span { border-color: #49878E; }
span { border-color: rgb(73,135,142); }
td.TdClassName
{
border-color: #49878E;
}
.TagClassName
{
border-color: #49878E;
}
</style>