Shades of Paradiso #498584
Tints of Paradiso #498584
RGB
CMYK
RGB Variations
Color information
#498584 (or 0x498584) is known color: Paradiso. HEX triplet: 49, 85 and 84. RGB value is (73,133,132). Sum of RGB (Red+Green+Blue) = 73+133+132=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #498584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498584 is #B67A7B. Grayscale: #727272. Windows color (decimal): -11958908 or 8684873. OLE color: 8684873.
HSL color Cylindrical-coordinate representation of color #498584: hue angle of 179º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498584 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 132 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.48 |
| HSL | 179º | 0.29% | 0.4% | - |
| HSV(B) | 179º | 0.45% | 0.52% | - |
| XYZ | 15.3 | 19.86 | 24.86 | - |
| YUV | 114.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 132 | 0.45 | 0 | 0.01 | 0.48 | 179 | 0.29 | 0.4 |
| Hex | 49 | 85 | 84 | 2D | 0 | 1 | 30 | B3 | 1D | 28 |
| Octal | 111 | 205 | 204 | 55 | 0 | 1 | 60 | 263 | 35 | 50 |
| Binary | 1001001 | 10000101 | 10000100 | 101101 | 0 | 1 | 110000 | 10110011 | 11101 | 101000 |
Color Harmonies of #498584
Complementary color
Monochromatic Colors of #498584
Black with #498584
Text Example
Text Example
White with #498584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498584; }
p { color: rgb(73,133,132); }
H1.HeaderClassName
{
color: #498584;
}
.AnyTagClassName
{
color: #498584;
}
</style>
background-color css
<style>
a { background-color: #498584; }
a { background-color: rgb(73,133,132); }
div.DivClassName
{
background-color: #498584;
}
.BgClassName
{
background-color: #498584;
}
</style>
border-color css
<style>
span { border-color: #498584; }
span { border-color: rgb(73,133,132); }
td.TdClassName
{
border-color: #498584;
}
.TagClassName
{
border-color: #498584;
}
</style>