Shades of Paradiso #498385
Tints of Paradiso #498385
RGB
CMYK
RGB Variations
Color information
#498385 (or 0x498385) is known color: Paradiso. HEX triplet: 49, 83 and 85. RGB value is (73,131,133). Sum of RGB (Red+Green+Blue) = 73+131+133=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #498385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498385 is #B67C7A. Grayscale: #717171. Windows color (decimal): -11959419 or 8749897. OLE color: 8749897.
HSL color Cylindrical-coordinate representation of color #498385: hue angle of 182º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498385 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 131 | 133 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.48 |
| HSL | 182º | 0.29% | 0.4% | - |
| HSV(B) | 182º | 0.45% | 0.52% | - |
| XYZ | 15.1 | 19.34 | 25.13 | - |
| YUV | 113.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 133 | 0.45 | 0.02 | 0 | 0.48 | 182 | 0.29 | 0.4 |
| Hex | 49 | 83 | 85 | 2D | 2 | 0 | 30 | B6 | 1D | 28 |
| Octal | 111 | 203 | 205 | 55 | 2 | 0 | 60 | 266 | 35 | 50 |
| Binary | 1001001 | 10000011 | 10000101 | 101101 | 10 | 0 | 110000 | 10110110 | 11101 | 101000 |
Color Harmonies of #498385
Complementary color
Monochromatic Colors of #498385
Black with #498385
Text Example
Text Example
White with #498385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498385; }
p { color: rgb(73,131,133); }
H1.HeaderClassName
{
color: #498385;
}
.AnyTagClassName
{
color: #498385;
}
</style>
background-color css
<style>
a { background-color: #498385; }
a { background-color: rgb(73,131,133); }
div.DivClassName
{
background-color: #498385;
}
.BgClassName
{
background-color: #498385;
}
</style>
border-color css
<style>
span { border-color: #498385; }
span { border-color: rgb(73,131,133); }
td.TdClassName
{
border-color: #498385;
}
.TagClassName
{
border-color: #498385;
}
</style>