Shades of Paradiso #487A7F
Tints of Paradiso #487A7F
RGB
CMYK
RGB Variations
Color information
#487A7F (or 0x487A7F) is known color: Paradiso. HEX triplet: 48, 7A and 7F. RGB value is (72,122,127). Sum of RGB (Red+Green+Blue) = 72+122+127=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 127 - color contains mainly: blue. Hex color #487A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A7F is #B78580. Grayscale: #6B6B6B. Windows color (decimal): -12027265 or 8354376. OLE color: 8354376.
HSL color Cylindrical-coordinate representation of color #487A7F: hue angle of 185.45º 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 #487A7F is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 72 | 122 | 127 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.50 |
| HSL | 185.45º | 0.28% | 0.39% | - |
| HSV(B) | 185.45º | 0.43% | 0.5% | - |
| XYZ | 13.46 | 16.83 | 22.62 | - |
| YUV | 107.62 | 138.94 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 127 | 0.43 | 0.04 | 0 | 0.50 | 185.45 | 0.28 | 0.39 |
| Hex | 48 | 7A | 7F | 2B | 4 | 0 | 32 | B9 | 1C | 27 |
| Octal | 110 | 172 | 177 | 53 | 4 | 0 | 62 | 271 | 34 | 47 |
| Binary | 1001000 | 1111010 | 1111111 | 101011 | 100 | 0 | 110010 | 10111001 | 11100 | 100111 |
Color Harmonies of #487A7F
Complementary color
Monochromatic Colors of #487A7F
Black with #487A7F
Text Example
Text Example
White with #487A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A7F; }
p { color: rgb(72,122,127); }
H1.HeaderClassName
{
color: #487A7F;
}
.AnyTagClassName
{
color: #487A7F;
}
</style>
background-color css
<style>
a { background-color: #487A7F; }
a { background-color: rgb(72,122,127); }
div.DivClassName
{
background-color: #487A7F;
}
.BgClassName
{
background-color: #487A7F;
}
</style>
border-color css
<style>
span { border-color: #487A7F; }
span { border-color: rgb(72,122,127); }
td.TdClassName
{
border-color: #487A7F;
}
.TagClassName
{
border-color: #487A7F;
}
</style>