Shades of Paradiso #488286
Tints of Paradiso #488286
RGB
CMYK
RGB Variations
Color information
#488286 (or 0x488286) is known color: Paradiso. HEX triplet: 48, 82 and 86. RGB value is (72,130,134). Sum of RGB (Red+Green+Blue) = 72+130+134=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 134 - color contains mainly: blue. Hex color #488286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488286 is #B77D79. Grayscale: #717171. Windows color (decimal): -12025210 or 8815176. OLE color: 8815176.
HSL color Cylindrical-coordinate representation of color #488286: hue angle of 183.87º 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 #488286 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 130 | 134 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.47 |
| HSL | 183.87º | 0.3% | 0.4% | - |
| HSV(B) | 183.87º | 0.46% | 0.53% | - |
| XYZ | 14.96 | 19.06 | 25.45 | - |
| YUV | 113.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 134 | 0.46 | 0.03 | 0 | 0.47 | 183.87 | 0.3 | 0.4 |
| Hex | 48 | 82 | 86 | 2E | 3 | 0 | 2F | B8 | 1E | 28 |
| Octal | 110 | 202 | 206 | 56 | 3 | 0 | 57 | 270 | 36 | 50 |
| Binary | 1001000 | 10000010 | 10000110 | 101110 | 11 | 0 | 101111 | 10111000 | 11110 | 101000 |
Color Harmonies of #488286
Complementary color
Monochromatic Colors of #488286
Black with #488286
Text Example
Text Example
White with #488286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488286; }
p { color: rgb(72,130,134); }
H1.HeaderClassName
{
color: #488286;
}
.AnyTagClassName
{
color: #488286;
}
</style>
background-color css
<style>
a { background-color: #488286; }
a { background-color: rgb(72,130,134); }
div.DivClassName
{
background-color: #488286;
}
.BgClassName
{
background-color: #488286;
}
</style>
border-color css
<style>
span { border-color: #488286; }
span { border-color: rgb(72,130,134); }
td.TdClassName
{
border-color: #488286;
}
.TagClassName
{
border-color: #488286;
}
</style>