Shades of Paradiso #488386
Tints of Paradiso #488386
RGB
CMYK
RGB Variations
Color information
#488386 (or 0x488386) is known color: Paradiso. HEX triplet: 48, 83 and 86. RGB value is (72,131,134). Sum of RGB (Red+Green+Blue) = 72+131+134=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 134 - color contains mainly: blue. Hex color #488386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488386 is #B77C79. Grayscale: #717171. Windows color (decimal): -12024954 or 8815432. OLE color: 8815432.
HSL color Cylindrical-coordinate representation of color #488386: hue angle of 182.9º 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 #488386 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 131 | 134 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.47 |
| HSL | 182.9º | 0.3% | 0.4% | - |
| HSV(B) | 182.9º | 0.46% | 0.53% | - |
| XYZ | 15.09 | 19.33 | 25.49 | - |
| YUV | 113.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 134 | 0.46 | 0.02 | 0 | 0.47 | 182.9 | 0.3 | 0.4 |
| Hex | 48 | 83 | 86 | 2E | 2 | 0 | 2F | B7 | 1E | 28 |
| Octal | 110 | 203 | 206 | 56 | 2 | 0 | 57 | 267 | 36 | 50 |
| Binary | 1001000 | 10000011 | 10000110 | 101110 | 10 | 0 | 101111 | 10110111 | 11110 | 101000 |
Color Harmonies of #488386
Complementary color
Monochromatic Colors of #488386
Black with #488386
Text Example
Text Example
White with #488386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488386; }
p { color: rgb(72,131,134); }
H1.HeaderClassName
{
color: #488386;
}
.AnyTagClassName
{
color: #488386;
}
</style>
background-color css
<style>
a { background-color: #488386; }
a { background-color: rgb(72,131,134); }
div.DivClassName
{
background-color: #488386;
}
.BgClassName
{
background-color: #488386;
}
</style>
border-color css
<style>
span { border-color: #488386; }
span { border-color: rgb(72,131,134); }
td.TdClassName
{
border-color: #488386;
}
.TagClassName
{
border-color: #488386;
}
</style>