Shades of Paradiso #487B7F
Tints of Paradiso #487B7F
RGB
CMYK
RGB Variations
Color information
#487B7F (or 0x487B7F) is known color: Paradiso. HEX triplet: 48, 7B and 7F. RGB value is (72,123,127). Sum of RGB (Red+Green+Blue) = 72+123+127=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 127 - color contains mainly: blue. Hex color #487B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B7F is #B78480. Grayscale: #6C6C6C. Windows color (decimal): -12027009 or 8354632. OLE color: 8354632.
HSL color Cylindrical-coordinate representation of color #487B7F: hue angle of 184.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487B7F is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 123 | 127 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.50 |
| HSL | 184.36º | 0.28% | 0.39% | - |
| HSV(B) | 184.36º | 0.43% | 0.5% | - |
| XYZ | 13.59 | 17.08 | 22.66 | - |
| YUV | 108.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 123 | 127 | 0.43 | 0.03 | 0 | 0.50 | 184.36 | 0.28 | 0.39 |
| Hex | 48 | 7B | 7F | 2B | 3 | 0 | 32 | B8 | 1C | 27 |
| Octal | 110 | 173 | 177 | 53 | 3 | 0 | 62 | 270 | 34 | 47 |
| Binary | 1001000 | 1111011 | 1111111 | 101011 | 11 | 0 | 110010 | 10111000 | 11100 | 100111 |
Color Harmonies of #487B7F
Complementary color
Monochromatic Colors of #487B7F
Black with #487B7F
Text Example
Text Example
White with #487B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487B7F; }
p { color: rgb(72,123,127); }
H1.HeaderClassName
{
color: #487B7F;
}
.AnyTagClassName
{
color: #487B7F;
}
</style>
background-color css
<style>
a { background-color: #487B7F; }
a { background-color: rgb(72,123,127); }
div.DivClassName
{
background-color: #487B7F;
}
.BgClassName
{
background-color: #487B7F;
}
</style>
border-color css
<style>
span { border-color: #487B7F; }
span { border-color: rgb(72,123,127); }
td.TdClassName
{
border-color: #487B7F;
}
.TagClassName
{
border-color: #487B7F;
}
</style>