Shades of Paradiso #49797E
Tints of Paradiso #49797E
RGB
CMYK
RGB Variations
Color information
#49797E (or 0x49797E) is known color: Paradiso. HEX triplet: 49, 79 and 7E. RGB value is (73,121,126). Sum of RGB (Red+Green+Blue) = 73+121+126=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #49797E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797E is #B68681. Grayscale: #6B6B6B. Windows color (decimal): -11961986 or 8288585. OLE color: 8288585.
HSL color Cylindrical-coordinate representation of color #49797E: hue angle of 185.66º 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 #49797E is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 121 | 126 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.51 |
| HSL | 185.66º | 0.27% | 0.39% | - |
| HSV(B) | 185.66º | 0.42% | 0.49% | - |
| XYZ | 13.35 | 16.6 | 22.24 | - |
| YUV | 107.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 121 | 126 | 0.42 | 0.04 | 0 | 0.51 | 185.66 | 0.27 | 0.39 |
| Hex | 49 | 79 | 7E | 2A | 4 | 0 | 33 | BA | 1B | 27 |
| Octal | 111 | 171 | 176 | 52 | 4 | 0 | 63 | 272 | 33 | 47 |
| Binary | 1001001 | 1111001 | 1111110 | 101010 | 100 | 0 | 110011 | 10111010 | 11011 | 100111 |
Color Harmonies of #49797E
Complementary color
Monochromatic Colors of #49797E
Black with #49797E
Text Example
Text Example
White with #49797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49797E; }
p { color: rgb(73,121,126); }
H1.HeaderClassName
{
color: #49797E;
}
.AnyTagClassName
{
color: #49797E;
}
</style>
background-color css
<style>
a { background-color: #49797E; }
a { background-color: rgb(73,121,126); }
div.DivClassName
{
background-color: #49797E;
}
.BgClassName
{
background-color: #49797E;
}
</style>
border-color css
<style>
span { border-color: #49797E; }
span { border-color: rgb(73,121,126); }
td.TdClassName
{
border-color: #49797E;
}
.TagClassName
{
border-color: #49797E;
}
</style>