Shades of Paradiso #488587
Tints of Paradiso #488587
RGB
CMYK
RGB Variations
Color information
#488587 (or 0x488587) is known color: Paradiso. HEX triplet: 48, 85 and 87. RGB value is (72,133,135). Sum of RGB (Red+Green+Blue) = 72+133+135=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #488587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488587 is #B77A78. Grayscale: #727272. Windows color (decimal): -12024441 or 8881480. OLE color: 8881480.
HSL color Cylindrical-coordinate representation of color #488587: hue angle of 181.9º 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 #488587 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 133 | 135 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.47 |
| HSL | 181.9º | 0.3% | 0.41% | - |
| HSV(B) | 181.9º | 0.47% | 0.53% | - |
| XYZ | 15.43 | 19.9 | 25.95 | - |
| YUV | 114.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 135 | 0.47 | 0.01 | 0 | 0.47 | 181.9 | 0.3 | 0.41 |
| Hex | 48 | 85 | 87 | 2F | 1 | 0 | 2F | B6 | 1E | 29 |
| Octal | 110 | 205 | 207 | 57 | 1 | 0 | 57 | 266 | 36 | 51 |
| Binary | 1001000 | 10000101 | 10000111 | 101111 | 1 | 0 | 101111 | 10110110 | 11110 | 101001 |
Color Harmonies of #488587
Complementary color
Monochromatic Colors of #488587
Black with #488587
Text Example
Text Example
White with #488587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488587; }
p { color: rgb(72,133,135); }
H1.HeaderClassName
{
color: #488587;
}
.AnyTagClassName
{
color: #488587;
}
</style>
background-color css
<style>
a { background-color: #488587; }
a { background-color: rgb(72,133,135); }
div.DivClassName
{
background-color: #488587;
}
.BgClassName
{
background-color: #488587;
}
</style>
border-color css
<style>
span { border-color: #488587; }
span { border-color: rgb(72,133,135); }
td.TdClassName
{
border-color: #488587;
}
.TagClassName
{
border-color: #488587;
}
</style>