Shades of Paradiso #48828A
Tints of Paradiso #48828A
RGB
CMYK
RGB Variations
Color information
#48828A (or 0x48828A) is known color: Paradiso. HEX triplet: 48, 82 and 8A. RGB value is (72,130,138). Sum of RGB (Red+Green+Blue) = 72+130+138=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #48828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48828A is #B77D75. Grayscale: #717171. Windows color (decimal): -12025206 or 9077320. OLE color: 9077320.
HSL color Cylindrical-coordinate representation of color #48828A: hue angle of 187.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48828A is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 130 | 138 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.46 |
| HSL | 187.27º | 0.31% | 0.41% | - |
| HSV(B) | 187.27º | 0.48% | 0.54% | - |
| XYZ | 15.24 | 19.18 | 26.94 | - |
| YUV | 113.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 138 | 0.48 | 0.06 | 0 | 0.46 | 187.27 | 0.31 | 0.41 |
| Hex | 48 | 82 | 8A | 30 | 6 | 0 | 2E | BB | 1F | 29 |
| Octal | 110 | 202 | 212 | 60 | 6 | 0 | 56 | 273 | 37 | 51 |
| Binary | 1001000 | 10000010 | 10001010 | 110000 | 110 | 0 | 101110 | 10111011 | 11111 | 101001 |
Color Harmonies of #48828A
Complementary color
Monochromatic Colors of #48828A
Black with #48828A
Text Example
Text Example
White with #48828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48828A; }
p { color: rgb(72,130,138); }
H1.HeaderClassName
{
color: #48828A;
}
.AnyTagClassName
{
color: #48828A;
}
</style>
background-color css
<style>
a { background-color: #48828A; }
a { background-color: rgb(72,130,138); }
div.DivClassName
{
background-color: #48828A;
}
.BgClassName
{
background-color: #48828A;
}
</style>
border-color css
<style>
span { border-color: #48828A; }
span { border-color: rgb(72,130,138); }
td.TdClassName
{
border-color: #48828A;
}
.TagClassName
{
border-color: #48828A;
}
</style>