Shades of Paradiso #498084
Tints of Paradiso #498084
RGB
CMYK
RGB Variations
Color information
#498084 (or 0x498084) is known color: Paradiso. HEX triplet: 49, 80 and 84. RGB value is (73,128,132). Sum of RGB (Red+Green+Blue) = 73+128+132=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #498084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #498084 is #B67F7B. Grayscale: #6F6F6F. Windows color (decimal): -11960188 or 8683593. OLE color: 8683593.
HSL color Cylindrical-coordinate representation of color #498084: hue angle of 184.07º 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 #498084 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 128 | 132 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.48 |
| HSL | 184.07º | 0.29% | 0.4% | - |
| HSV(B) | 184.07º | 0.45% | 0.52% | - |
| XYZ | 14.63 | 18.52 | 24.63 | - |
| YUV | 112.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 132 | 0.45 | 0.03 | 0 | 0.48 | 184.07 | 0.29 | 0.4 |
| Hex | 49 | 80 | 84 | 2D | 3 | 0 | 30 | B8 | 1D | 28 |
| Octal | 111 | 200 | 204 | 55 | 3 | 0 | 60 | 270 | 35 | 50 |
| Binary | 1001001 | 10000000 | 10000100 | 101101 | 11 | 0 | 110000 | 10111000 | 11101 | 101000 |
Color Harmonies of #498084
Complementary color
Monochromatic Colors of #498084
Black with #498084
Text Example
Text Example
White with #498084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498084; }
p { color: rgb(73,128,132); }
H1.HeaderClassName
{
color: #498084;
}
.AnyTagClassName
{
color: #498084;
}
</style>
background-color css
<style>
a { background-color: #498084; }
a { background-color: rgb(73,128,132); }
div.DivClassName
{
background-color: #498084;
}
.BgClassName
{
background-color: #498084;
}
</style>
border-color css
<style>
span { border-color: #498084; }
span { border-color: rgb(73,128,132); }
td.TdClassName
{
border-color: #498084;
}
.TagClassName
{
border-color: #498084;
}
</style>