Shades of Paradiso #48828B
Tints of Paradiso #48828B
RGB
CMYK
RGB Variations
Color information
#48828B (or 0x48828B) is known color: Paradiso. HEX triplet: 48, 82 and 8B. RGB value is (72,130,139). Sum of RGB (Red+Green+Blue) = 72+130+139=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #48828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48828B is #B77D74. Grayscale: #717171. Windows color (decimal): -12025205 or 9142856. OLE color: 9142856.
HSL color Cylindrical-coordinate representation of color #48828B: hue angle of 188.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48828B is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 130 | 139 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.45 |
| HSL | 188.06º | 0.32% | 0.41% | - |
| HSV(B) | 188.06º | 0.48% | 0.55% | - |
| XYZ | 15.32 | 19.21 | 27.33 | - |
| YUV | 113.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 139 | 0.48 | 0.06 | 0 | 0.45 | 188.06 | 0.32 | 0.41 |
| Hex | 48 | 82 | 8B | 30 | 6 | 0 | 2D | BC | 20 | 29 |
| Octal | 110 | 202 | 213 | 60 | 6 | 0 | 55 | 274 | 40 | 51 |
| Binary | 1001000 | 10000010 | 10001011 | 110000 | 110 | 0 | 101101 | 10111100 | 100000 | 101001 |
Color Harmonies of #48828B
Complementary color
Monochromatic Colors of #48828B
Black with #48828B
Text Example
Text Example
White with #48828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48828B; }
p { color: rgb(72,130,139); }
H1.HeaderClassName
{
color: #48828B;
}
.AnyTagClassName
{
color: #48828B;
}
</style>
background-color css
<style>
a { background-color: #48828B; }
a { background-color: rgb(72,130,139); }
div.DivClassName
{
background-color: #48828B;
}
.BgClassName
{
background-color: #48828B;
}
</style>
border-color css
<style>
span { border-color: #48828B; }
span { border-color: rgb(72,130,139); }
td.TdClassName
{
border-color: #48828B;
}
.TagClassName
{
border-color: #48828B;
}
</style>