Shades of Paradiso #488184
Tints of Paradiso #488184
RGB
CMYK
RGB Variations
Color information
#488184 (or 0x488184) is known color: Paradiso. HEX triplet: 48, 81 and 84. RGB value is (72,129,132). Sum of RGB (Red+Green+Blue) = 72+129+132=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #488184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488184 is #B77E7B. Grayscale: #707070. Windows color (decimal): -12025468 or 8683848. OLE color: 8683848.
HSL color Cylindrical-coordinate representation of color #488184: hue angle of 183º 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 #488184 is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 129 | 132 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.48 |
| HSL | 183º | 0.29% | 0.4% | - |
| HSV(B) | 183º | 0.45% | 0.52% | - |
| XYZ | 14.69 | 18.74 | 24.67 | - |
| YUV | 112.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 132 | 0.45 | 0.02 | 0 | 0.48 | 183 | 0.29 | 0.4 |
| Hex | 48 | 81 | 84 | 2D | 2 | 0 | 30 | B7 | 1D | 28 |
| Octal | 110 | 201 | 204 | 55 | 2 | 0 | 60 | 267 | 35 | 50 |
| Binary | 1001000 | 10000001 | 10000100 | 101101 | 10 | 0 | 110000 | 10110111 | 11101 | 101000 |
Color Harmonies of #488184
Complementary color
Monochromatic Colors of #488184
Black with #488184
Text Example
Text Example
White with #488184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488184; }
p { color: rgb(72,129,132); }
H1.HeaderClassName
{
color: #488184;
}
.AnyTagClassName
{
color: #488184;
}
</style>
background-color css
<style>
a { background-color: #488184; }
a { background-color: rgb(72,129,132); }
div.DivClassName
{
background-color: #488184;
}
.BgClassName
{
background-color: #488184;
}
</style>
border-color css
<style>
span { border-color: #488184; }
span { border-color: rgb(72,129,132); }
td.TdClassName
{
border-color: #488184;
}
.TagClassName
{
border-color: #488184;
}
</style>