Shades of Paradiso #48828C
Tints of Paradiso #48828C
RGB
CMYK
RGB Variations
Color information
#48828C (or 0x48828C) is known color: Paradiso. HEX triplet: 48, 82 and 8C. RGB value is (72,130,140). Sum of RGB (Red+Green+Blue) = 72+130+140=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #48828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48828C is #B77D73. Grayscale: #717171. Windows color (decimal): -12025204 or 9208392. OLE color: 9208392.
HSL color Cylindrical-coordinate representation of color #48828C: hue angle of 188.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48828C is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 130 | 140 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.45 |
| HSL | 188.82º | 0.32% | 0.42% | - |
| HSV(B) | 188.82º | 0.49% | 0.55% | - |
| XYZ | 15.39 | 19.24 | 27.71 | - |
| YUV | 113.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 140 | 0.49 | 0.07 | 0 | 0.45 | 188.82 | 0.32 | 0.42 |
| Hex | 48 | 82 | 8C | 31 | 7 | 0 | 2D | BD | 20 | 2A |
| Octal | 110 | 202 | 214 | 61 | 7 | 0 | 55 | 275 | 40 | 52 |
| Binary | 1001000 | 10000010 | 10001100 | 110001 | 111 | 0 | 101101 | 10111101 | 100000 | 101010 |
Color Harmonies of #48828C
Complementary color
Monochromatic Colors of #48828C
Black with #48828C
Text Example
Text Example
White with #48828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48828C; }
p { color: rgb(72,130,140); }
H1.HeaderClassName
{
color: #48828C;
}
.AnyTagClassName
{
color: #48828C;
}
</style>
background-color css
<style>
a { background-color: #48828C; }
a { background-color: rgb(72,130,140); }
div.DivClassName
{
background-color: #48828C;
}
.BgClassName
{
background-color: #48828C;
}
</style>
border-color css
<style>
span { border-color: #48828C; }
span { border-color: rgb(72,130,140); }
td.TdClassName
{
border-color: #48828C;
}
.TagClassName
{
border-color: #48828C;
}
</style>