Shades of Paradiso #487882
Tints of Paradiso #487882
RGB
CMYK
RGB Variations
Color information
#487882 (or 0x487882) is known color: Paradiso. HEX triplet: 48, 78 and 82. RGB value is (72,120,130). Sum of RGB (Red+Green+Blue) = 72+120+130=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #487882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487882 is #B7877D. Grayscale: #6A6A6A. Windows color (decimal): -12027774 or 8550472. OLE color: 8550472.
HSL color Cylindrical-coordinate representation of color #487882: hue angle of 190.34º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487882 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 120 | 130 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.49 |
| HSL | 190.34º | 0.29% | 0.4% | - |
| HSV(B) | 190.34º | 0.45% | 0.51% | - |
| XYZ | 13.42 | 16.42 | 23.58 | - |
| YUV | 106.79 | 141.1 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 130 | 0.45 | 0.08 | 0 | 0.49 | 190.34 | 0.29 | 0.4 |
| Hex | 48 | 78 | 82 | 2D | 8 | 0 | 31 | BE | 1D | 28 |
| Octal | 110 | 170 | 202 | 55 | 10 | 0 | 61 | 276 | 35 | 50 |
| Binary | 1001000 | 1111000 | 10000010 | 101101 | 1000 | 0 | 110001 | 10111110 | 11101 | 101000 |
Color Harmonies of #487882
Complementary color
Monochromatic Colors of #487882
Black with #487882
Text Example
Text Example
White with #487882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487882; }
p { color: rgb(72,120,130); }
H1.HeaderClassName
{
color: #487882;
}
.AnyTagClassName
{
color: #487882;
}
</style>
background-color css
<style>
a { background-color: #487882; }
a { background-color: rgb(72,120,130); }
div.DivClassName
{
background-color: #487882;
}
.BgClassName
{
background-color: #487882;
}
</style>
border-color css
<style>
span { border-color: #487882; }
span { border-color: rgb(72,120,130); }
td.TdClassName
{
border-color: #487882;
}
.TagClassName
{
border-color: #487882;
}
</style>