Shades of Paradiso #48838B
Tints of Paradiso #48838B
RGB
CMYK
RGB Variations
Color information
#48838B (or 0x48838B) is known color: Paradiso. HEX triplet: 48, 83 and 8B. RGB value is (72,131,139). Sum of RGB (Red+Green+Blue) = 72+131+139=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #48838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48838B is #B77C74. Grayscale: #727272. Windows color (decimal): -12024949 or 9143112. OLE color: 9143112.
HSL color Cylindrical-coordinate representation of color #48838B: hue angle of 187.16º 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 #48838B is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 131 | 139 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.45 |
| HSL | 187.16º | 0.32% | 0.41% | - |
| HSV(B) | 187.16º | 0.48% | 0.55% | - |
| XYZ | 15.45 | 19.47 | 27.37 | - |
| YUV | 114.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 139 | 0.48 | 0.06 | 0 | 0.45 | 187.16 | 0.32 | 0.41 |
| Hex | 48 | 83 | 8B | 30 | 6 | 0 | 2D | BB | 20 | 29 |
| Octal | 110 | 203 | 213 | 60 | 6 | 0 | 55 | 273 | 40 | 51 |
| Binary | 1001000 | 10000011 | 10001011 | 110000 | 110 | 0 | 101101 | 10111011 | 100000 | 101001 |
Color Harmonies of #48838B
Complementary color
Monochromatic Colors of #48838B
Black with #48838B
Text Example
Text Example
White with #48838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48838B; }
p { color: rgb(72,131,139); }
H1.HeaderClassName
{
color: #48838B;
}
.AnyTagClassName
{
color: #48838B;
}
</style>
background-color css
<style>
a { background-color: #48838B; }
a { background-color: rgb(72,131,139); }
div.DivClassName
{
background-color: #48838B;
}
.BgClassName
{
background-color: #48838B;
}
</style>
border-color css
<style>
span { border-color: #48838B; }
span { border-color: rgb(72,131,139); }
td.TdClassName
{
border-color: #48838B;
}
.TagClassName
{
border-color: #48838B;
}
</style>