Shades of Paradiso #488087
Tints of Paradiso #488087
RGB
CMYK
RGB Variations
Color information
#488087 (or 0x488087) is known color: Paradiso. HEX triplet: 48, 80 and 87. RGB value is (72,128,135). Sum of RGB (Red+Green+Blue) = 72+128+135=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #488087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488087 is #B77F78. Grayscale: #6F6F6F. Windows color (decimal): -12025721 or 8880200. OLE color: 8880200.
HSL color Cylindrical-coordinate representation of color #488087: hue angle of 186.67º 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 #488087 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 128 | 135 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.47 |
| HSL | 186.67º | 0.3% | 0.41% | - |
| HSV(B) | 186.67º | 0.47% | 0.53% | - |
| XYZ | 14.76 | 18.57 | 25.73 | - |
| YUV | 112.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 135 | 0.47 | 0.05 | 0 | 0.47 | 186.67 | 0.3 | 0.41 |
| Hex | 48 | 80 | 87 | 2F | 5 | 0 | 2F | BB | 1E | 29 |
| Octal | 110 | 200 | 207 | 57 | 5 | 0 | 57 | 273 | 36 | 51 |
| Binary | 1001000 | 10000000 | 10000111 | 101111 | 101 | 0 | 101111 | 10111011 | 11110 | 101001 |
Color Harmonies of #488087
Complementary color
Monochromatic Colors of #488087
Black with #488087
Text Example
Text Example
White with #488087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488087; }
p { color: rgb(72,128,135); }
H1.HeaderClassName
{
color: #488087;
}
.AnyTagClassName
{
color: #488087;
}
</style>
background-color css
<style>
a { background-color: #488087; }
a { background-color: rgb(72,128,135); }
div.DivClassName
{
background-color: #488087;
}
.BgClassName
{
background-color: #488087;
}
</style>
border-color css
<style>
span { border-color: #488087; }
span { border-color: rgb(72,128,135); }
td.TdClassName
{
border-color: #488087;
}
.TagClassName
{
border-color: #488087;
}
</style>