Shades of Paradiso #488885
Tints of Paradiso #488885
RGB
CMYK
RGB Variations
Color information
#488885 (or 0x488885) is known color: Paradiso. HEX triplet: 48, 88 and 85. RGB value is (72,136,133). Sum of RGB (Red+Green+Blue) = 72+136+133=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #488885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488885 is #B7777A. Grayscale: #747474. Windows color (decimal): -12023675 or 8751176. OLE color: 8751176.
HSL color Cylindrical-coordinate representation of color #488885: hue angle of 177.19º 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 #488885 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 133 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.47 |
| HSL | 177.19º | 0.31% | 0.41% | - |
| HSV(B) | 177.19º | 0.47% | 0.53% | - |
| XYZ | 15.71 | 20.68 | 25.35 | - |
| YUV | 116.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 133 | 0.47 | 0 | 0.02 | 0.47 | 177.19 | 0.31 | 0.41 |
| Hex | 48 | 88 | 85 | 2F | 0 | 2 | 2F | B1 | 1F | 29 |
| Octal | 110 | 210 | 205 | 57 | 0 | 2 | 57 | 261 | 37 | 51 |
| Binary | 1001000 | 10001000 | 10000101 | 101111 | 0 | 10 | 101111 | 10110001 | 11111 | 101001 |
Color Harmonies of #488885
Complementary color
Monochromatic Colors of #488885
Black with #488885
Text Example
Text Example
White with #488885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488885; }
p { color: rgb(72,136,133); }
H1.HeaderClassName
{
color: #488885;
}
.AnyTagClassName
{
color: #488885;
}
</style>
background-color css
<style>
a { background-color: #488885; }
a { background-color: rgb(72,136,133); }
div.DivClassName
{
background-color: #488885;
}
.BgClassName
{
background-color: #488885;
}
</style>
border-color css
<style>
span { border-color: #488885; }
span { border-color: rgb(72,136,133); }
td.TdClassName
{
border-color: #488885;
}
.TagClassName
{
border-color: #488885;
}
</style>