Shades of Paradiso #498489
Tints of Paradiso #498489
RGB
CMYK
RGB Variations
Color information
#498489 (or 0x498489) is known color: Paradiso. HEX triplet: 49, 84 and 89. RGB value is (73,132,137). Sum of RGB (Red+Green+Blue) = 73+132+137=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #498489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498489 is #B67B76. Grayscale: #727272. Windows color (decimal): -11959159 or 9012297. OLE color: 9012297.
HSL color Cylindrical-coordinate representation of color #498489: hue angle of 184.69º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498489 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 132 | 137 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.46 |
| HSL | 184.69º | 0.3% | 0.41% | - |
| HSV(B) | 184.69º | 0.47% | 0.54% | - |
| XYZ | 15.51 | 19.73 | 26.66 | - |
| YUV | 114.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 137 | 0.47 | 0.04 | 0 | 0.46 | 184.69 | 0.3 | 0.41 |
| Hex | 49 | 84 | 89 | 2F | 4 | 0 | 2E | B9 | 1E | 29 |
| Octal | 111 | 204 | 211 | 57 | 4 | 0 | 56 | 271 | 36 | 51 |
| Binary | 1001001 | 10000100 | 10001001 | 101111 | 100 | 0 | 101110 | 10111001 | 11110 | 101001 |
Color Harmonies of #498489
Complementary color
Monochromatic Colors of #498489
Black with #498489
Text Example
Text Example
White with #498489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498489; }
p { color: rgb(73,132,137); }
H1.HeaderClassName
{
color: #498489;
}
.AnyTagClassName
{
color: #498489;
}
</style>
background-color css
<style>
a { background-color: #498489; }
a { background-color: rgb(73,132,137); }
div.DivClassName
{
background-color: #498489;
}
.BgClassName
{
background-color: #498489;
}
</style>
border-color css
<style>
span { border-color: #498489; }
span { border-color: rgb(73,132,137); }
td.TdClassName
{
border-color: #498489;
}
.TagClassName
{
border-color: #498489;
}
</style>