Shades of Paradiso #498386
Tints of Paradiso #498386
RGB
CMYK
RGB Variations
Color information
#498386 (or 0x498386) is known color: Paradiso. HEX triplet: 49, 83 and 86. RGB value is (73,131,134). Sum of RGB (Red+Green+Blue) = 73+131+134=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #498386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498386 is #B67C79. Grayscale: #717171. Windows color (decimal): -11959418 or 8815433. OLE color: 8815433.
HSL color Cylindrical-coordinate representation of color #498386: hue angle of 182.95º 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 #498386 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 131 | 134 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.47 |
| HSL | 182.95º | 0.29% | 0.41% | - |
| HSV(B) | 182.95º | 0.46% | 0.53% | - |
| XYZ | 15.17 | 19.37 | 25.49 | - |
| YUV | 114 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 134 | 0.46 | 0.02 | 0 | 0.47 | 182.95 | 0.29 | 0.41 |
| Hex | 49 | 83 | 86 | 2E | 2 | 0 | 2F | B7 | 1D | 29 |
| Octal | 111 | 203 | 206 | 56 | 2 | 0 | 57 | 267 | 35 | 51 |
| Binary | 1001001 | 10000011 | 10000110 | 101110 | 10 | 0 | 101111 | 10110111 | 11101 | 101001 |
Color Harmonies of #498386
Complementary color
Monochromatic Colors of #498386
Black with #498386
Text Example
Text Example
White with #498386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498386; }
p { color: rgb(73,131,134); }
H1.HeaderClassName
{
color: #498386;
}
.AnyTagClassName
{
color: #498386;
}
</style>
background-color css
<style>
a { background-color: #498386; }
a { background-color: rgb(73,131,134); }
div.DivClassName
{
background-color: #498386;
}
.BgClassName
{
background-color: #498386;
}
</style>
border-color css
<style>
span { border-color: #498386; }
span { border-color: rgb(73,131,134); }
td.TdClassName
{
border-color: #498386;
}
.TagClassName
{
border-color: #498386;
}
</style>