Shades of Paradiso #487F89
Tints of Paradiso #487F89
RGB
CMYK
RGB Variations
Color information
#487F89 (or 0x487F89) is known color: Paradiso. HEX triplet: 48, 7F and 89. RGB value is (72,127,137). Sum of RGB (Red+Green+Blue) = 72+127+137=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #487F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487F89 is #B78076. Grayscale: #6F6F6F. Windows color (decimal): -12025975 or 9011016. OLE color: 9011016.
HSL color Cylindrical-coordinate representation of color #487F89: hue angle of 189.23º 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 #487F89 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 127 | 137 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.46 |
| HSL | 189.23º | 0.31% | 0.41% | - |
| HSV(B) | 189.23º | 0.47% | 0.54% | - |
| XYZ | 14.78 | 18.36 | 26.43 | - |
| YUV | 111.7 | 142.28 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 127 | 137 | 0.47 | 0.07 | 0 | 0.46 | 189.23 | 0.31 | 0.41 |
| Hex | 48 | 7F | 89 | 2F | 7 | 0 | 2E | BD | 1F | 29 |
| Octal | 110 | 177 | 211 | 57 | 7 | 0 | 56 | 275 | 37 | 51 |
| Binary | 1001000 | 1111111 | 10001001 | 101111 | 111 | 0 | 101110 | 10111101 | 11111 | 101001 |
Color Harmonies of #487F89
Complementary color
Monochromatic Colors of #487F89
Black with #487F89
Text Example
Text Example
White with #487F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487F89; }
p { color: rgb(72,127,137); }
H1.HeaderClassName
{
color: #487F89;
}
.AnyTagClassName
{
color: #487F89;
}
</style>
background-color css
<style>
a { background-color: #487F89; }
a { background-color: rgb(72,127,137); }
div.DivClassName
{
background-color: #487F89;
}
.BgClassName
{
background-color: #487F89;
}
</style>
border-color css
<style>
span { border-color: #487F89; }
span { border-color: rgb(72,127,137); }
td.TdClassName
{
border-color: #487F89;
}
.TagClassName
{
border-color: #487F89;
}
</style>