Shades of Paradiso #49818C
Tints of Paradiso #49818C
RGB
CMYK
RGB Variations
Color information
#49818C (or 0x49818C) is known color: Paradiso. HEX triplet: 49, 81 and 8C. RGB value is (73,129,140). Sum of RGB (Red+Green+Blue) = 73+129+140=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #49818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49818C is #B67E73. Grayscale: #717171. Windows color (decimal): -11959924 or 9208137. OLE color: 9208137.
HSL color Cylindrical-coordinate representation of color #49818C: hue angle of 189.85º degrees, saturation: 0.31, 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 #49818C is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 129 | 140 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.45 |
| HSL | 189.85º | 0.31% | 0.42% | - |
| HSV(B) | 189.85º | 0.48% | 0.55% | - |
| XYZ | 15.33 | 19.01 | 27.67 | - |
| YUV | 113.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 140 | 0.48 | 0.08 | 0 | 0.45 | 189.85 | 0.31 | 0.42 |
| Hex | 49 | 81 | 8C | 30 | 8 | 0 | 2D | BE | 1F | 2A |
| Octal | 111 | 201 | 214 | 60 | 10 | 0 | 55 | 276 | 37 | 52 |
| Binary | 1001001 | 10000001 | 10001100 | 110000 | 1000 | 0 | 101101 | 10111110 | 11111 | 101010 |
Color Harmonies of #49818C
Complementary color
Monochromatic Colors of #49818C
Black with #49818C
Text Example
Text Example
White with #49818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49818C; }
p { color: rgb(73,129,140); }
H1.HeaderClassName
{
color: #49818C;
}
.AnyTagClassName
{
color: #49818C;
}
</style>
background-color css
<style>
a { background-color: #49818C; }
a { background-color: rgb(73,129,140); }
div.DivClassName
{
background-color: #49818C;
}
.BgClassName
{
background-color: #49818C;
}
</style>
border-color css
<style>
span { border-color: #49818C; }
span { border-color: rgb(73,129,140); }
td.TdClassName
{
border-color: #49818C;
}
.TagClassName
{
border-color: #49818C;
}
</style>