Shades of Paradiso #498887
Tints of Paradiso #498887
RGB
CMYK
RGB Variations
Color information
#498887 (or 0x498887) is known color: Paradiso. HEX triplet: 49, 88 and 87. RGB value is (73,136,135). Sum of RGB (Red+Green+Blue) = 73+136+135=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 136 - color contains mainly: green. Hex color #498887 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498887 is #B67778. Grayscale: #747474. Windows color (decimal): -11958137 or 8882249. OLE color: 8882249.
HSL color Cylindrical-coordinate representation of color #498887: hue angle of 179.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498887 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 135 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.47 |
| HSL | 179.05º | 0.3% | 0.41% | - |
| HSV(B) | 179.05º | 0.46% | 0.53% | - |
| XYZ | 15.92 | 20.77 | 26.09 | - |
| YUV | 117.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 135 | 0.46 | 0 | 0.01 | 0.47 | 179.05 | 0.3 | 0.41 |
| Hex | 49 | 88 | 87 | 2E | 0 | 1 | 2F | B3 | 1E | 29 |
| Octal | 111 | 210 | 207 | 56 | 0 | 1 | 57 | 263 | 36 | 51 |
| Binary | 1001001 | 10001000 | 10000111 | 101110 | 0 | 1 | 101111 | 10110011 | 11110 | 101001 |
Color Harmonies of #498887
Complementary color
Monochromatic Colors of #498887
Black with #498887
Text Example
Text Example
White with #498887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498887; }
p { color: rgb(73,136,135); }
H1.HeaderClassName
{
color: #498887;
}
.AnyTagClassName
{
color: #498887;
}
</style>
background-color css
<style>
a { background-color: #498887; }
a { background-color: rgb(73,136,135); }
div.DivClassName
{
background-color: #498887;
}
.BgClassName
{
background-color: #498887;
}
</style>
border-color css
<style>
span { border-color: #498887; }
span { border-color: rgb(73,136,135); }
td.TdClassName
{
border-color: #498887;
}
.TagClassName
{
border-color: #498887;
}
</style>