Shades of Paradiso #498588
Tints of Paradiso #498588
RGB
CMYK
RGB Variations
Color information
#498588 (or 0x498588) is known color: Paradiso. HEX triplet: 49, 85 and 88. RGB value is (73,133,136). Sum of RGB (Red+Green+Blue) = 73+133+136=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #498588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498588 is #B67A77. Grayscale: #737373. Windows color (decimal): -11958904 or 8947017. OLE color: 8947017.
HSL color Cylindrical-coordinate representation of color #498588: hue angle of 182.86º 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 #498588 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 133 | 136 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.47 |
| HSL | 182.86º | 0.3% | 0.41% | - |
| HSV(B) | 182.86º | 0.46% | 0.53% | - |
| XYZ | 15.58 | 19.97 | 26.33 | - |
| YUV | 115.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 136 | 0.46 | 0.02 | 0 | 0.47 | 182.86 | 0.3 | 0.41 |
| Hex | 49 | 85 | 88 | 2E | 2 | 0 | 2F | B7 | 1E | 29 |
| Octal | 111 | 205 | 210 | 56 | 2 | 0 | 57 | 267 | 36 | 51 |
| Binary | 1001001 | 10000101 | 10001000 | 101110 | 10 | 0 | 101111 | 10110111 | 11110 | 101001 |
Color Harmonies of #498588
Complementary color
Monochromatic Colors of #498588
Black with #498588
Text Example
Text Example
White with #498588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498588; }
p { color: rgb(73,133,136); }
H1.HeaderClassName
{
color: #498588;
}
.AnyTagClassName
{
color: #498588;
}
</style>
background-color css
<style>
a { background-color: #498588; }
a { background-color: rgb(73,133,136); }
div.DivClassName
{
background-color: #498588;
}
.BgClassName
{
background-color: #498588;
}
</style>
border-color css
<style>
span { border-color: #498588; }
span { border-color: rgb(73,133,136); }
td.TdClassName
{
border-color: #498588;
}
.TagClassName
{
border-color: #498588;
}
</style>