Shades of Paradiso #488684
Tints of Paradiso #488684
RGB
CMYK
RGB Variations
Color information
#488684 (or 0x488684) is known color: Paradiso. HEX triplet: 48, 86 and 84. RGB value is (72,134,132). Sum of RGB (Red+Green+Blue) = 72+134+132=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #488684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488684 is #B7797B. Grayscale: #737373. Windows color (decimal): -12024188 or 8685128. OLE color: 8685128.
HSL color Cylindrical-coordinate representation of color #488684: hue angle of 178.06º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488684 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 134 | 132 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.47 |
| HSL | 178.06º | 0.3% | 0.4% | - |
| HSV(B) | 178.06º | 0.46% | 0.53% | - |
| XYZ | 15.36 | 20.09 | 24.9 | - |
| YUV | 115.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 134 | 132 | 0.46 | 0 | 0.01 | 0.47 | 178.06 | 0.3 | 0.4 |
| Hex | 48 | 86 | 84 | 2E | 0 | 1 | 2F | B2 | 1E | 28 |
| Octal | 110 | 206 | 204 | 56 | 0 | 1 | 57 | 262 | 36 | 50 |
| Binary | 1001000 | 10000110 | 10000100 | 101110 | 0 | 1 | 101111 | 10110010 | 11110 | 101000 |
Color Harmonies of #488684
Complementary color
Monochromatic Colors of #488684
Black with #488684
Text Example
Text Example
White with #488684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488684; }
p { color: rgb(72,134,132); }
H1.HeaderClassName
{
color: #488684;
}
.AnyTagClassName
{
color: #488684;
}
</style>
background-color css
<style>
a { background-color: #488684; }
a { background-color: rgb(72,134,132); }
div.DivClassName
{
background-color: #488684;
}
.BgClassName
{
background-color: #488684;
}
</style>
border-color css
<style>
span { border-color: #488684; }
span { border-color: rgb(72,134,132); }
td.TdClassName
{
border-color: #488684;
}
.TagClassName
{
border-color: #488684;
}
</style>