Shades of Paradiso #498186
Tints of Paradiso #498186
RGB
CMYK
RGB Variations
Color information
#498186 (or 0x498186) is known color: Paradiso. HEX triplet: 49, 81 and 86. RGB value is (73,129,134). Sum of RGB (Red+Green+Blue) = 73+129+134=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #498186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498186 is #B67E79. Grayscale: #707070. Windows color (decimal): -11959930 or 8814921. OLE color: 8814921.
HSL color Cylindrical-coordinate representation of color #498186: hue angle of 184.92º degrees, saturation: 0.29, 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 #498186 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 129 | 134 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.47 |
| HSL | 184.92º | 0.29% | 0.41% | - |
| HSV(B) | 184.92º | 0.46% | 0.53% | - |
| XYZ | 14.9 | 18.84 | 25.41 | - |
| YUV | 112.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 134 | 0.46 | 0.04 | 0 | 0.47 | 184.92 | 0.29 | 0.41 |
| Hex | 49 | 81 | 86 | 2E | 4 | 0 | 2F | B9 | 1D | 29 |
| Octal | 111 | 201 | 206 | 56 | 4 | 0 | 57 | 271 | 35 | 51 |
| Binary | 1001001 | 10000001 | 10000110 | 101110 | 100 | 0 | 101111 | 10111001 | 11101 | 101001 |
Color Harmonies of #498186
Complementary color
Monochromatic Colors of #498186
Black with #498186
Text Example
Text Example
White with #498186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498186; }
p { color: rgb(73,129,134); }
H1.HeaderClassName
{
color: #498186;
}
.AnyTagClassName
{
color: #498186;
}
</style>
background-color css
<style>
a { background-color: #498186; }
a { background-color: rgb(73,129,134); }
div.DivClassName
{
background-color: #498186;
}
.BgClassName
{
background-color: #498186;
}
</style>
border-color css
<style>
span { border-color: #498186; }
span { border-color: rgb(73,129,134); }
td.TdClassName
{
border-color: #498186;
}
.TagClassName
{
border-color: #498186;
}
</style>