Shades of Paradiso #488089
Tints of Paradiso #488089
RGB
CMYK
RGB Variations
Color information
#488089 (or 0x488089) is known color: Paradiso. HEX triplet: 48, 80 and 89. RGB value is (72,128,137). Sum of RGB (Red+Green+Blue) = 72+128+137=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #488089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488089 is #B77F76. Grayscale: #707070. Windows color (decimal): -12025719 or 9011272. OLE color: 9011272.
HSL color Cylindrical-coordinate representation of color #488089: hue angle of 188.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488089 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 128 | 137 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.46 |
| HSL | 188.31º | 0.31% | 0.41% | - |
| HSV(B) | 188.31º | 0.47% | 0.54% | - |
| XYZ | 14.91 | 18.62 | 26.48 | - |
| YUV | 112.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 128 | 137 | 0.47 | 0.07 | 0 | 0.46 | 188.31 | 0.31 | 0.41 |
| Hex | 48 | 80 | 89 | 2F | 7 | 0 | 2E | BC | 1F | 29 |
| Octal | 110 | 200 | 211 | 57 | 7 | 0 | 56 | 274 | 37 | 51 |
| Binary | 1001000 | 10000000 | 10001001 | 101111 | 111 | 0 | 101110 | 10111100 | 11111 | 101001 |
Color Harmonies of #488089
Complementary color
Monochromatic Colors of #488089
Black with #488089
Text Example
Text Example
White with #488089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488089; }
p { color: rgb(72,128,137); }
H1.HeaderClassName
{
color: #488089;
}
.AnyTagClassName
{
color: #488089;
}
</style>
background-color css
<style>
a { background-color: #488089; }
a { background-color: rgb(72,128,137); }
div.DivClassName
{
background-color: #488089;
}
.BgClassName
{
background-color: #488089;
}
</style>
border-color css
<style>
span { border-color: #488089; }
span { border-color: rgb(72,128,137); }
td.TdClassName
{
border-color: #488089;
}
.TagClassName
{
border-color: #488089;
}
</style>