Shades of Paradiso #48808C
Tints of Paradiso #48808C
RGB
CMYK
RGB Variations
Color information
#48808C (or 0x48808C) is known color: Paradiso. HEX triplet: 48, 80 and 8C. RGB value is (72,128,140). Sum of RGB (Red+Green+Blue) = 72+128+140=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #48808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48808C is #B77F73. Grayscale: #707070. Windows color (decimal): -12025716 or 9207880. OLE color: 9207880.
HSL color Cylindrical-coordinate representation of color #48808C: hue angle of 190.59º 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 #48808C is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 128 | 140 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.45 |
| HSL | 190.59º | 0.32% | 0.42% | - |
| HSV(B) | 190.59º | 0.49% | 0.55% | - |
| XYZ | 15.13 | 18.71 | 27.63 | - |
| YUV | 112.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 140 | 0.49 | 0.09 | 0 | 0.45 | 190.59 | 0.32 | 0.42 |
| Hex | 48 | 80 | 8C | 31 | 9 | 0 | 2D | BF | 20 | 2A |
| Octal | 110 | 200 | 214 | 61 | 11 | 0 | 55 | 277 | 40 | 52 |
| Binary | 1001000 | 10000000 | 10001100 | 110001 | 1001 | 0 | 101101 | 10111111 | 100000 | 101010 |
Color Harmonies of #48808C
Complementary color
Monochromatic Colors of #48808C
Black with #48808C
Text Example
Text Example
White with #48808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48808C; }
p { color: rgb(72,128,140); }
H1.HeaderClassName
{
color: #48808C;
}
.AnyTagClassName
{
color: #48808C;
}
</style>
background-color css
<style>
a { background-color: #48808C; }
a { background-color: rgb(72,128,140); }
div.DivClassName
{
background-color: #48808C;
}
.BgClassName
{
background-color: #48808C;
}
</style>
border-color css
<style>
span { border-color: #48808C; }
span { border-color: rgb(72,128,140); }
td.TdClassName
{
border-color: #48808C;
}
.TagClassName
{
border-color: #48808C;
}
</style>