Shades of Paradiso #487E87
Tints of Paradiso #487E87
RGB
CMYK
RGB Variations
Color information
#487E87 (or 0x487E87) is known color: Paradiso. HEX triplet: 48, 7E and 87. RGB value is (72,126,135). Sum of RGB (Red+Green+Blue) = 72+126+135=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #487E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E87 is #B78178. Grayscale: #6E6E6E. Windows color (decimal): -12026233 or 8879688. OLE color: 8879688.
HSL color Cylindrical-coordinate representation of color #487E87: hue angle of 188.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #487E87 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 126 | 135 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.47 |
| HSL | 188.57º | 0.3% | 0.41% | - |
| HSV(B) | 188.57º | 0.47% | 0.53% | - |
| XYZ | 14.51 | 18.05 | 25.64 | - |
| YUV | 110.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 135 | 0.47 | 0.07 | 0 | 0.47 | 188.57 | 0.3 | 0.41 |
| Hex | 48 | 7E | 87 | 2F | 7 | 0 | 2F | BD | 1E | 29 |
| Octal | 110 | 176 | 207 | 57 | 7 | 0 | 57 | 275 | 36 | 51 |
| Binary | 1001000 | 1111110 | 10000111 | 101111 | 111 | 0 | 101111 | 10111101 | 11110 | 101001 |
Color Harmonies of #487E87
Complementary color
Monochromatic Colors of #487E87
Black with #487E87
Text Example
Text Example
White with #487E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487E87; }
p { color: rgb(72,126,135); }
H1.HeaderClassName
{
color: #487E87;
}
.AnyTagClassName
{
color: #487E87;
}
</style>
background-color css
<style>
a { background-color: #487E87; }
a { background-color: rgb(72,126,135); }
div.DivClassName
{
background-color: #487E87;
}
.BgClassName
{
background-color: #487E87;
}
</style>
border-color css
<style>
span { border-color: #487E87; }
span { border-color: rgb(72,126,135); }
td.TdClassName
{
border-color: #487E87;
}
.TagClassName
{
border-color: #487E87;
}
</style>