Shades of Paradiso #498389
Tints of Paradiso #498389
RGB
CMYK
RGB Variations
Color information
#498389 (or 0x498389) is known color: Paradiso. HEX triplet: 49, 83 and 89. RGB value is (73,131,137). Sum of RGB (Red+Green+Blue) = 73+131+137=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 137 - color contains mainly: blue. Hex color #498389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498389 is #B67C76. Grayscale: #727272. Windows color (decimal): -11959415 or 9012041. OLE color: 9012041.
HSL color Cylindrical-coordinate representation of color #498389: hue angle of 185.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498389 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 131 | 137 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.46 |
| HSL | 185.63º | 0.3% | 0.41% | - |
| HSV(B) | 185.63º | 0.47% | 0.54% | - |
| XYZ | 15.38 | 19.46 | 26.61 | - |
| YUV | 114.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 137 | 0.47 | 0.04 | 0 | 0.46 | 185.63 | 0.3 | 0.41 |
| Hex | 49 | 83 | 89 | 2F | 4 | 0 | 2E | BA | 1E | 29 |
| Octal | 111 | 203 | 211 | 57 | 4 | 0 | 56 | 272 | 36 | 51 |
| Binary | 1001001 | 10000011 | 10001001 | 101111 | 100 | 0 | 101110 | 10111010 | 11110 | 101001 |
Color Harmonies of #498389
Complementary color
Monochromatic Colors of #498389
Black with #498389
Text Example
Text Example
White with #498389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498389; }
p { color: rgb(73,131,137); }
H1.HeaderClassName
{
color: #498389;
}
.AnyTagClassName
{
color: #498389;
}
</style>
background-color css
<style>
a { background-color: #498389; }
a { background-color: rgb(73,131,137); }
div.DivClassName
{
background-color: #498389;
}
.BgClassName
{
background-color: #498389;
}
</style>
border-color css
<style>
span { border-color: #498389; }
span { border-color: rgb(73,131,137); }
td.TdClassName
{
border-color: #498389;
}
.TagClassName
{
border-color: #498389;
}
</style>