Shades of Paradiso #498589
Tints of Paradiso #498589
RGB
CMYK
RGB Variations
Color information
#498589 (or 0x498589) is known color: Paradiso. HEX triplet: 49, 85 and 89. RGB value is (73,133,137). Sum of RGB (Red+Green+Blue) = 73+133+137=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #498589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498589 is #B67A76. Grayscale: #737373. Windows color (decimal): -11958903 or 9012553. OLE color: 9012553.
HSL color Cylindrical-coordinate representation of color #498589: hue angle of 183.75º 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 #498589 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 133 | 137 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.46 |
| HSL | 183.75º | 0.3% | 0.41% | - |
| HSV(B) | 183.75º | 0.47% | 0.54% | - |
| XYZ | 15.65 | 20 | 26.7 | - |
| YUV | 115.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 137 | 0.47 | 0.03 | 0 | 0.46 | 183.75 | 0.3 | 0.41 |
| Hex | 49 | 85 | 89 | 2F | 3 | 0 | 2E | B8 | 1E | 29 |
| Octal | 111 | 205 | 211 | 57 | 3 | 0 | 56 | 270 | 36 | 51 |
| Binary | 1001001 | 10000101 | 10001001 | 101111 | 11 | 0 | 101110 | 10111000 | 11110 | 101001 |
Color Harmonies of #498589
Complementary color
Monochromatic Colors of #498589
Black with #498589
Text Example
Text Example
White with #498589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498589; }
p { color: rgb(73,133,137); }
H1.HeaderClassName
{
color: #498589;
}
.AnyTagClassName
{
color: #498589;
}
</style>
background-color css
<style>
a { background-color: #498589; }
a { background-color: rgb(73,133,137); }
div.DivClassName
{
background-color: #498589;
}
.BgClassName
{
background-color: #498589;
}
</style>
border-color css
<style>
span { border-color: #498589; }
span { border-color: rgb(73,133,137); }
td.TdClassName
{
border-color: #498589;
}
.TagClassName
{
border-color: #498589;
}
</style>