Shades of Paradiso #488188
Tints of Paradiso #488188
RGB
CMYK
RGB Variations
Color information
#488188 (or 0x488188) is known color: Paradiso. HEX triplet: 48, 81 and 88. RGB value is (72,129,136). Sum of RGB (Red+Green+Blue) = 72+129+136=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #488188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488188 is #B77E77. Grayscale: #707070. Windows color (decimal): -12025464 or 8945992. OLE color: 8945992.
HSL color Cylindrical-coordinate representation of color #488188: hue angle of 186.56º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488188 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 129 | 136 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.47 |
| HSL | 186.56º | 0.31% | 0.41% | - |
| HSV(B) | 186.56º | 0.47% | 0.53% | - |
| XYZ | 14.97 | 18.86 | 26.14 | - |
| YUV | 112.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 129 | 136 | 0.47 | 0.05 | 0 | 0.47 | 186.56 | 0.31 | 0.41 |
| Hex | 48 | 81 | 88 | 2F | 5 | 0 | 2F | BB | 1F | 29 |
| Octal | 110 | 201 | 210 | 57 | 5 | 0 | 57 | 273 | 37 | 51 |
| Binary | 1001000 | 10000001 | 10001000 | 101111 | 101 | 0 | 101111 | 10111011 | 11111 | 101001 |
Color Harmonies of #488188
Complementary color
Monochromatic Colors of #488188
Black with #488188
Text Example
Text Example
White with #488188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488188; }
p { color: rgb(72,129,136); }
H1.HeaderClassName
{
color: #488188;
}
.AnyTagClassName
{
color: #488188;
}
</style>
background-color css
<style>
a { background-color: #488188; }
a { background-color: rgb(72,129,136); }
div.DivClassName
{
background-color: #488188;
}
.BgClassName
{
background-color: #488188;
}
</style>
border-color css
<style>
span { border-color: #488188; }
span { border-color: rgb(72,129,136); }
td.TdClassName
{
border-color: #488188;
}
.TagClassName
{
border-color: #488188;
}
</style>