Shades of Paradiso #498087
Tints of Paradiso #498087
RGB
CMYK
RGB Variations
Color information
#498087 (or 0x498087) is known color: Paradiso. HEX triplet: 49, 80 and 87. RGB value is (73,128,135). Sum of RGB (Red+Green+Blue) = 73+128+135=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #498087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498087 is #B67F78. Grayscale: #707070. Windows color (decimal): -11960185 or 8880201. OLE color: 8880201.
HSL color Cylindrical-coordinate representation of color #498087: hue angle of 186.77º 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 #498087 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 128 | 135 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.47 |
| HSL | 186.77º | 0.3% | 0.41% | - |
| HSV(B) | 186.77º | 0.46% | 0.53% | - |
| XYZ | 14.84 | 18.6 | 25.73 | - |
| YUV | 112.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 135 | 0.46 | 0.05 | 0 | 0.47 | 186.77 | 0.3 | 0.41 |
| Hex | 49 | 80 | 87 | 2E | 5 | 0 | 2F | BB | 1E | 29 |
| Octal | 111 | 200 | 207 | 56 | 5 | 0 | 57 | 273 | 36 | 51 |
| Binary | 1001001 | 10000000 | 10000111 | 101110 | 101 | 0 | 101111 | 10111011 | 11110 | 101001 |
Color Harmonies of #498087
Complementary color
Monochromatic Colors of #498087
Black with #498087
Text Example
Text Example
White with #498087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498087; }
p { color: rgb(73,128,135); }
H1.HeaderClassName
{
color: #498087;
}
.AnyTagClassName
{
color: #498087;
}
</style>
background-color css
<style>
a { background-color: #498087; }
a { background-color: rgb(73,128,135); }
div.DivClassName
{
background-color: #498087;
}
.BgClassName
{
background-color: #498087;
}
</style>
border-color css
<style>
span { border-color: #498087; }
span { border-color: rgb(73,128,135); }
td.TdClassName
{
border-color: #498087;
}
.TagClassName
{
border-color: #498087;
}
</style>