Shades of Paradiso #487E88
Tints of Paradiso #487E88
RGB
CMYK
RGB Variations
Color information
#487E88 (or 0x487E88) is known color: Paradiso. HEX triplet: 48, 7E and 88. RGB value is (72,126,136). Sum of RGB (Red+Green+Blue) = 72+126+136=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #487E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487E88 is #B78177. Grayscale: #6E6E6E. Windows color (decimal): -12026232 or 8945224. OLE color: 8945224.
HSL color Cylindrical-coordinate representation of color #487E88: hue angle of 189.38º degrees, saturation: 0.31, 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 #487E88 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 126 | 136 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.47 |
| HSL | 189.38º | 0.31% | 0.41% | - |
| HSV(B) | 189.38º | 0.47% | 0.53% | - |
| XYZ | 14.58 | 18.08 | 26.01 | - |
| YUV | 110.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 126 | 136 | 0.47 | 0.07 | 0 | 0.47 | 189.38 | 0.31 | 0.41 |
| Hex | 48 | 7E | 88 | 2F | 7 | 0 | 2F | BD | 1F | 29 |
| Octal | 110 | 176 | 210 | 57 | 7 | 0 | 57 | 275 | 37 | 51 |
| Binary | 1001000 | 1111110 | 10001000 | 101111 | 111 | 0 | 101111 | 10111101 | 11111 | 101001 |
Color Harmonies of #487E88
Complementary color
Monochromatic Colors of #487E88
Black with #487E88
Text Example
Text Example
White with #487E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487E88; }
p { color: rgb(72,126,136); }
H1.HeaderClassName
{
color: #487E88;
}
.AnyTagClassName
{
color: #487E88;
}
</style>
background-color css
<style>
a { background-color: #487E88; }
a { background-color: rgb(72,126,136); }
div.DivClassName
{
background-color: #487E88;
}
.BgClassName
{
background-color: #487E88;
}
</style>
border-color css
<style>
span { border-color: #487E88; }
span { border-color: rgb(72,126,136); }
td.TdClassName
{
border-color: #487E88;
}
.TagClassName
{
border-color: #487E88;
}
</style>