Shades of Paradiso #498788
Tints of Paradiso #498788
RGB
CMYK
RGB Variations
Color information
#498788 (or 0x498788) is known color: Paradiso. HEX triplet: 49, 87 and 88. RGB value is (73,135,136). Sum of RGB (Red+Green+Blue) = 73+135+136=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #498788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498788 is #B67877. Grayscale: #747474. Windows color (decimal): -11958392 or 8947529. OLE color: 8947529.
HSL color Cylindrical-coordinate representation of color #498788: hue angle of 180.95º 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 #498788 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 136 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.47 |
| HSL | 180.95º | 0.3% | 0.41% | - |
| HSV(B) | 180.95º | 0.46% | 0.53% | - |
| XYZ | 15.86 | 20.52 | 26.42 | - |
| YUV | 116.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 136 | 0.46 | 0.01 | 0 | 0.47 | 180.95 | 0.3 | 0.41 |
| Hex | 49 | 87 | 88 | 2E | 1 | 0 | 2F | B5 | 1E | 29 |
| Octal | 111 | 207 | 210 | 56 | 1 | 0 | 57 | 265 | 36 | 51 |
| Binary | 1001001 | 10000111 | 10001000 | 101110 | 1 | 0 | 101111 | 10110101 | 11110 | 101001 |
Color Harmonies of #498788
Complementary color
Monochromatic Colors of #498788
Black with #498788
Text Example
Text Example
White with #498788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498788; }
p { color: rgb(73,135,136); }
H1.HeaderClassName
{
color: #498788;
}
.AnyTagClassName
{
color: #498788;
}
</style>
background-color css
<style>
a { background-color: #498788; }
a { background-color: rgb(73,135,136); }
div.DivClassName
{
background-color: #498788;
}
.BgClassName
{
background-color: #498788;
}
</style>
border-color css
<style>
span { border-color: #498788; }
span { border-color: rgb(73,135,136); }
td.TdClassName
{
border-color: #498788;
}
.TagClassName
{
border-color: #498788;
}
</style>