Shades of Paradiso #49818D
Tints of Paradiso #49818D
RGB
CMYK
RGB Variations
Color information
#49818D (or 0x49818D) is known color: Paradiso. HEX triplet: 49, 81 and 8D. RGB value is (73,129,141). Sum of RGB (Red+Green+Blue) = 73+129+141=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #49818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49818D is #B67E72. Grayscale: #717171. Windows color (decimal): -11959923 or 9273673. OLE color: 9273673.
HSL color Cylindrical-coordinate representation of color #49818D: hue angle of 190.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49818D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 129 | 141 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.45 |
| HSL | 190.59º | 0.32% | 0.42% | - |
| HSV(B) | 190.59º | 0.48% | 0.55% | - |
| XYZ | 15.41 | 19.04 | 28.06 | - |
| YUV | 113.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 141 | 0.48 | 0.09 | 0 | 0.45 | 190.59 | 0.32 | 0.42 |
| Hex | 49 | 81 | 8D | 30 | 9 | 0 | 2D | BF | 20 | 2A |
| Octal | 111 | 201 | 215 | 60 | 11 | 0 | 55 | 277 | 40 | 52 |
| Binary | 1001001 | 10000001 | 10001101 | 110000 | 1001 | 0 | 101101 | 10111111 | 100000 | 101010 |
Color Harmonies of #49818D
Complementary color
Monochromatic Colors of #49818D
Black with #49818D
Text Example
Text Example
White with #49818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49818D; }
p { color: rgb(73,129,141); }
H1.HeaderClassName
{
color: #49818D;
}
.AnyTagClassName
{
color: #49818D;
}
</style>
background-color css
<style>
a { background-color: #49818D; }
a { background-color: rgb(73,129,141); }
div.DivClassName
{
background-color: #49818D;
}
.BgClassName
{
background-color: #49818D;
}
</style>
border-color css
<style>
span { border-color: #49818D; }
span { border-color: rgb(73,129,141); }
td.TdClassName
{
border-color: #49818D;
}
.TagClassName
{
border-color: #49818D;
}
</style>