Shades of Paradiso #498187
Tints of Paradiso #498187
RGB
CMYK
RGB Variations
Color information
#498187 (or 0x498187) is known color: Paradiso. HEX triplet: 49, 81 and 87. RGB value is (73,129,135). Sum of RGB (Red+Green+Blue) = 73+129+135=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #498187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498187 is #B67E78. Grayscale: #707070. Windows color (decimal): -11959929 or 8880457. OLE color: 8880457.
HSL color Cylindrical-coordinate representation of color #498187: hue angle of 185.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 #498187 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 129 | 135 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.47 |
| HSL | 185.81º | 0.3% | 0.41% | - |
| HSV(B) | 185.81º | 0.46% | 0.53% | - |
| XYZ | 14.97 | 18.87 | 25.77 | - |
| YUV | 112.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 135 | 0.46 | 0.04 | 0 | 0.47 | 185.81 | 0.3 | 0.41 |
| Hex | 49 | 81 | 87 | 2E | 4 | 0 | 2F | BA | 1E | 29 |
| Octal | 111 | 201 | 207 | 56 | 4 | 0 | 57 | 272 | 36 | 51 |
| Binary | 1001001 | 10000001 | 10000111 | 101110 | 100 | 0 | 101111 | 10111010 | 11110 | 101001 |
Color Harmonies of #498187
Complementary color
Monochromatic Colors of #498187
Black with #498187
Text Example
Text Example
White with #498187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498187; }
p { color: rgb(73,129,135); }
H1.HeaderClassName
{
color: #498187;
}
.AnyTagClassName
{
color: #498187;
}
</style>
background-color css
<style>
a { background-color: #498187; }
a { background-color: rgb(73,129,135); }
div.DivClassName
{
background-color: #498187;
}
.BgClassName
{
background-color: #498187;
}
</style>
border-color css
<style>
span { border-color: #498187; }
span { border-color: rgb(73,129,135); }
td.TdClassName
{
border-color: #498187;
}
.TagClassName
{
border-color: #498187;
}
</style>