Shades of Paradiso #488284
Tints of Paradiso #488284
RGB
CMYK
RGB Variations
Color information
#488284 (or 0x488284) is known color: Paradiso. HEX triplet: 48, 82 and 84. RGB value is (72,130,132). Sum of RGB (Red+Green+Blue) = 72+130+132=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #488284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488284 is #B77D7B. Grayscale: #707070. Windows color (decimal): -12025212 or 8684104. OLE color: 8684104.
HSL color Cylindrical-coordinate representation of color #488284: hue angle of 182º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488284 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 130 | 132 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.48 |
| HSL | 182º | 0.29% | 0.4% | - |
| HSV(B) | 182º | 0.45% | 0.52% | - |
| XYZ | 14.82 | 19.01 | 24.72 | - |
| YUV | 112.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 130 | 132 | 0.45 | 0.02 | 0 | 0.48 | 182 | 0.29 | 0.4 |
| Hex | 48 | 82 | 84 | 2D | 2 | 0 | 30 | B6 | 1D | 28 |
| Octal | 110 | 202 | 204 | 55 | 2 | 0 | 60 | 266 | 35 | 50 |
| Binary | 1001000 | 10000010 | 10000100 | 101101 | 10 | 0 | 110000 | 10110110 | 11101 | 101000 |
Color Harmonies of #488284
Complementary color
Monochromatic Colors of #488284
Black with #488284
Text Example
Text Example
White with #488284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488284; }
p { color: rgb(72,130,132); }
H1.HeaderClassName
{
color: #488284;
}
.AnyTagClassName
{
color: #488284;
}
</style>
background-color css
<style>
a { background-color: #488284; }
a { background-color: rgb(72,130,132); }
div.DivClassName
{
background-color: #488284;
}
.BgClassName
{
background-color: #488284;
}
</style>
border-color css
<style>
span { border-color: #488284; }
span { border-color: rgb(72,130,132); }
td.TdClassName
{
border-color: #488284;
}
.TagClassName
{
border-color: #488284;
}
</style>