Shades of Paradiso #498287
Tints of Paradiso #498287
RGB
CMYK
RGB Variations
Color information
#498287 (or 0x498287) is known color: Paradiso. HEX triplet: 49, 82 and 87. RGB value is (73,130,135). Sum of RGB (Red+Green+Blue) = 73+130+135=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #498287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498287 is #B67D78. Grayscale: #717171. Windows color (decimal): -11959673 or 8880713. OLE color: 8880713.
HSL color Cylindrical-coordinate representation of color #498287: hue angle of 184.84º 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 #498287 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 130 | 135 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.47 |
| HSL | 184.84º | 0.3% | 0.41% | - |
| HSV(B) | 184.84º | 0.46% | 0.53% | - |
| XYZ | 15.1 | 19.13 | 25.82 | - |
| YUV | 113.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 135 | 0.46 | 0.04 | 0 | 0.47 | 184.84 | 0.3 | 0.41 |
| Hex | 49 | 82 | 87 | 2E | 4 | 0 | 2F | B9 | 1E | 29 |
| Octal | 111 | 202 | 207 | 56 | 4 | 0 | 57 | 271 | 36 | 51 |
| Binary | 1001001 | 10000010 | 10000111 | 101110 | 100 | 0 | 101111 | 10111001 | 11110 | 101001 |
Color Harmonies of #498287
Complementary color
Monochromatic Colors of #498287
Black with #498287
Text Example
Text Example
White with #498287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498287; }
p { color: rgb(73,130,135); }
H1.HeaderClassName
{
color: #498287;
}
.AnyTagClassName
{
color: #498287;
}
</style>
background-color css
<style>
a { background-color: #498287; }
a { background-color: rgb(73,130,135); }
div.DivClassName
{
background-color: #498287;
}
.BgClassName
{
background-color: #498287;
}
</style>
border-color css
<style>
span { border-color: #498287; }
span { border-color: rgb(73,130,135); }
td.TdClassName
{
border-color: #498287;
}
.TagClassName
{
border-color: #498287;
}
</style>