Shades of Paradiso #498582
Tints of Paradiso #498582
RGB
CMYK
RGB Variations
Color information
#498582 (or 0x498582) is known color: Paradiso. HEX triplet: 49, 85 and 82. RGB value is (73,133,130). Sum of RGB (Red+Green+Blue) = 73+133+130=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #498582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498582 is #B67A7D. Grayscale: #727272. Windows color (decimal): -11958910 or 8553801. OLE color: 8553801.
HSL color Cylindrical-coordinate representation of color #498582: hue angle of 177º 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 #498582 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 130 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.48 |
| HSL | 177º | 0.29% | 0.4% | - |
| HSV(B) | 177º | 0.45% | 0.52% | - |
| XYZ | 15.16 | 19.8 | 24.14 | - |
| YUV | 114.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 130 | 0.45 | 0 | 0.02 | 0.48 | 177 | 0.29 | 0.4 |
| Hex | 49 | 85 | 82 | 2D | 0 | 2 | 30 | B1 | 1D | 28 |
| Octal | 111 | 205 | 202 | 55 | 0 | 2 | 60 | 261 | 35 | 50 |
| Binary | 1001001 | 10000101 | 10000010 | 101101 | 0 | 10 | 110000 | 10110001 | 11101 | 101000 |
Color Harmonies of #498582
Complementary color
Monochromatic Colors of #498582
Black with #498582
Text Example
Text Example
White with #498582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498582; }
p { color: rgb(73,133,130); }
H1.HeaderClassName
{
color: #498582;
}
.AnyTagClassName
{
color: #498582;
}
</style>
background-color css
<style>
a { background-color: #498582; }
a { background-color: rgb(73,133,130); }
div.DivClassName
{
background-color: #498582;
}
.BgClassName
{
background-color: #498582;
}
</style>
border-color css
<style>
span { border-color: #498582; }
span { border-color: rgb(73,133,130); }
td.TdClassName
{
border-color: #498582;
}
.TagClassName
{
border-color: #498582;
}
</style>