Shades of Paradiso #488084
Tints of Paradiso #488084
RGB
CMYK
RGB Variations
Color information
#488084 (or 0x488084) is known color: Paradiso. HEX triplet: 48, 80 and 84. RGB value is (72,128,132). Sum of RGB (Red+Green+Blue) = 72+128+132=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #488084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488084 is #B77F7B. Grayscale: #6F6F6F. Windows color (decimal): -12025724 or 8683592. OLE color: 8683592.
HSL color Cylindrical-coordinate representation of color #488084: hue angle of 184º 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 #488084 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 128 | 132 | - |
| CMYK | 0.45 | 0.03 | 0 | 0.48 |
| HSL | 184º | 0.29% | 0.4% | - |
| HSV(B) | 184º | 0.45% | 0.52% | - |
| XYZ | 14.56 | 18.48 | 24.63 | - |
| YUV | 111.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 132 | 0.45 | 0.03 | 0 | 0.48 | 184 | 0.29 | 0.4 |
| Hex | 48 | 80 | 84 | 2D | 3 | 0 | 30 | B8 | 1D | 28 |
| Octal | 110 | 200 | 204 | 55 | 3 | 0 | 60 | 270 | 35 | 50 |
| Binary | 1001000 | 10000000 | 10000100 | 101101 | 11 | 0 | 110000 | 10111000 | 11101 | 101000 |
Color Harmonies of #488084
Complementary color
Monochromatic Colors of #488084
Black with #488084
Text Example
Text Example
White with #488084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488084; }
p { color: rgb(72,128,132); }
H1.HeaderClassName
{
color: #488084;
}
.AnyTagClassName
{
color: #488084;
}
</style>
background-color css
<style>
a { background-color: #488084; }
a { background-color: rgb(72,128,132); }
div.DivClassName
{
background-color: #488084;
}
.BgClassName
{
background-color: #488084;
}
</style>
border-color css
<style>
span { border-color: #488084; }
span { border-color: rgb(72,128,132); }
td.TdClassName
{
border-color: #488084;
}
.TagClassName
{
border-color: #488084;
}
</style>