Shades of Paradiso #488187
Tints of Paradiso #488187
RGB
CMYK
RGB Variations
Color information
#488187 (or 0x488187) is known color: Paradiso. HEX triplet: 48, 81 and 87. RGB value is (72,129,135). Sum of RGB (Red+Green+Blue) = 72+129+135=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #488187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488187 is #B77E78. Grayscale: #707070. Windows color (decimal): -12025465 or 8880456. OLE color: 8880456.
HSL color Cylindrical-coordinate representation of color #488187: hue angle of 185.71º 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 #488187 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 129 | 135 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.47 |
| HSL | 185.71º | 0.3% | 0.41% | - |
| HSV(B) | 185.71º | 0.47% | 0.53% | - |
| XYZ | 14.9 | 18.83 | 25.77 | - |
| YUV | 112.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 135 | 0.47 | 0.04 | 0 | 0.47 | 185.71 | 0.3 | 0.41 |
| Hex | 48 | 81 | 87 | 2F | 4 | 0 | 2F | BA | 1E | 29 |
| Octal | 110 | 201 | 207 | 57 | 4 | 0 | 57 | 272 | 36 | 51 |
| Binary | 1001000 | 10000001 | 10000111 | 101111 | 100 | 0 | 101111 | 10111010 | 11110 | 101001 |
Color Harmonies of #488187
Complementary color
Monochromatic Colors of #488187
Black with #488187
Text Example
Text Example
White with #488187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488187; }
p { color: rgb(72,129,135); }
H1.HeaderClassName
{
color: #488187;
}
.AnyTagClassName
{
color: #488187;
}
</style>
background-color css
<style>
a { background-color: #488187; }
a { background-color: rgb(72,129,135); }
div.DivClassName
{
background-color: #488187;
}
.BgClassName
{
background-color: #488187;
}
</style>
border-color css
<style>
span { border-color: #488187; }
span { border-color: rgb(72,129,135); }
td.TdClassName
{
border-color: #488187;
}
.TagClassName
{
border-color: #488187;
}
</style>