Shades of Paradiso #498488
Tints of Paradiso #498488
RGB
CMYK
RGB Variations
Color information
#498488 (or 0x498488) is known color: Paradiso. HEX triplet: 49, 84 and 88. RGB value is (73,132,136). Sum of RGB (Red+Green+Blue) = 73+132+136=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #498488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498488 is #B67B77. Grayscale: #727272. Windows color (decimal): -11959160 or 8946761. OLE color: 8946761.
HSL color Cylindrical-coordinate representation of color #498488: hue angle of 183.81º 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 #498488 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 132 | 136 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.47 |
| HSL | 183.81º | 0.3% | 0.41% | - |
| HSV(B) | 183.81º | 0.46% | 0.53% | - |
| XYZ | 15.44 | 19.7 | 26.28 | - |
| YUV | 114.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 136 | 0.46 | 0.03 | 0 | 0.47 | 183.81 | 0.3 | 0.41 |
| Hex | 49 | 84 | 88 | 2E | 3 | 0 | 2F | B8 | 1E | 29 |
| Octal | 111 | 204 | 210 | 56 | 3 | 0 | 57 | 270 | 36 | 51 |
| Binary | 1001001 | 10000100 | 10001000 | 101110 | 11 | 0 | 101111 | 10111000 | 11110 | 101001 |
Color Harmonies of #498488
Complementary color
Monochromatic Colors of #498488
Black with #498488
Text Example
Text Example
White with #498488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498488; }
p { color: rgb(73,132,136); }
H1.HeaderClassName
{
color: #498488;
}
.AnyTagClassName
{
color: #498488;
}
</style>
background-color css
<style>
a { background-color: #498488; }
a { background-color: rgb(73,132,136); }
div.DivClassName
{
background-color: #498488;
}
.BgClassName
{
background-color: #498488;
}
</style>
border-color css
<style>
span { border-color: #498488; }
span { border-color: rgb(73,132,136); }
td.TdClassName
{
border-color: #498488;
}
.TagClassName
{
border-color: #498488;
}
</style>