Shades of Paradiso #48818B
Tints of Paradiso #48818B
RGB
CMYK
RGB Variations
Color information
#48818B (or 0x48818B) is known color: Paradiso. HEX triplet: 48, 81 and 8B. RGB value is (72,129,139). Sum of RGB (Red+Green+Blue) = 72+129+139=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #48818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48818B is #B77E74. Grayscale: #717171. Windows color (decimal): -12025461 or 9142600. OLE color: 9142600.
HSL color Cylindrical-coordinate representation of color #48818B: hue angle of 188.96º 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 #48818B is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 129 | 139 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.45 |
| HSL | 188.96º | 0.32% | 0.41% | - |
| HSV(B) | 188.96º | 0.48% | 0.55% | - |
| XYZ | 15.18 | 18.94 | 27.28 | - |
| YUV | 113.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 139 | 0.48 | 0.07 | 0 | 0.45 | 188.96 | 0.32 | 0.41 |
| Hex | 48 | 81 | 8B | 30 | 7 | 0 | 2D | BD | 20 | 29 |
| Octal | 110 | 201 | 213 | 60 | 7 | 0 | 55 | 275 | 40 | 51 |
| Binary | 1001000 | 10000001 | 10001011 | 110000 | 111 | 0 | 101101 | 10111101 | 100000 | 101001 |
Color Harmonies of #48818B
Complementary color
Monochromatic Colors of #48818B
Black with #48818B
Text Example
Text Example
White with #48818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48818B; }
p { color: rgb(72,129,139); }
H1.HeaderClassName
{
color: #48818B;
}
.AnyTagClassName
{
color: #48818B;
}
</style>
background-color css
<style>
a { background-color: #48818B; }
a { background-color: rgb(72,129,139); }
div.DivClassName
{
background-color: #48818B;
}
.BgClassName
{
background-color: #48818B;
}
</style>
border-color css
<style>
span { border-color: #48818B; }
span { border-color: rgb(72,129,139); }
td.TdClassName
{
border-color: #48818B;
}
.TagClassName
{
border-color: #48818B;
}
</style>