Shades of Paradiso #488287
Tints of Paradiso #488287
RGB
CMYK
RGB Variations
Color information
#488287 (or 0x488287) is known color: Paradiso. HEX triplet: 48, 82 and 87. RGB value is (72,130,135). Sum of RGB (Red+Green+Blue) = 72+130+135=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #488287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488287 is #B77D78. Grayscale: #717171. Windows color (decimal): -12025209 or 8880712. OLE color: 8880712.
HSL color Cylindrical-coordinate representation of color #488287: hue angle of 184.76º 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 #488287 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 130 | 135 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.47 |
| HSL | 184.76º | 0.3% | 0.41% | - |
| HSV(B) | 184.76º | 0.47% | 0.53% | - |
| XYZ | 15.03 | 19.09 | 25.81 | - |
| YUV | 113.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 135 | 0.47 | 0.04 | 0 | 0.47 | 184.76 | 0.3 | 0.41 |
| Hex | 48 | 82 | 87 | 2F | 4 | 0 | 2F | B9 | 1E | 29 |
| Octal | 110 | 202 | 207 | 57 | 4 | 0 | 57 | 271 | 36 | 51 |
| Binary | 1001000 | 10000010 | 10000111 | 101111 | 100 | 0 | 101111 | 10111001 | 11110 | 101001 |
Color Harmonies of #488287
Complementary color
Monochromatic Colors of #488287
Black with #488287
Text Example
Text Example
White with #488287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488287; }
p { color: rgb(72,130,135); }
H1.HeaderClassName
{
color: #488287;
}
.AnyTagClassName
{
color: #488287;
}
</style>
background-color css
<style>
a { background-color: #488287; }
a { background-color: rgb(72,130,135); }
div.DivClassName
{
background-color: #488287;
}
.BgClassName
{
background-color: #488287;
}
</style>
border-color css
<style>
span { border-color: #488287; }
span { border-color: rgb(72,130,135); }
td.TdClassName
{
border-color: #488287;
}
.TagClassName
{
border-color: #488287;
}
</style>