Shades of Paradiso #487A85
Tints of Paradiso #487A85
RGB
CMYK
RGB Variations
Color information
#487A85 (or 0x487A85) is known color: Paradiso. HEX triplet: 48, 7A and 85. RGB value is (72,122,133). Sum of RGB (Red+Green+Blue) = 72+122+133=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 133 - color contains mainly: blue. Hex color #487A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487A85 is #B7857A. Grayscale: #6C6C6C. Windows color (decimal): -12027259 or 8747592. OLE color: 8747592.
HSL color Cylindrical-coordinate representation of color #487A85: hue angle of 190.82º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487A85 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 122 | 133 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.48 |
| HSL | 190.82º | 0.3% | 0.4% | - |
| HSV(B) | 190.82º | 0.46% | 0.52% | - |
| XYZ | 13.87 | 16.99 | 24.74 | - |
| YUV | 108.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 133 | 0.46 | 0.08 | 0 | 0.48 | 190.82 | 0.3 | 0.4 |
| Hex | 48 | 7A | 85 | 2E | 8 | 0 | 30 | BF | 1E | 28 |
| Octal | 110 | 172 | 205 | 56 | 10 | 0 | 60 | 277 | 36 | 50 |
| Binary | 1001000 | 1111010 | 10000101 | 101110 | 1000 | 0 | 110000 | 10111111 | 11110 | 101000 |
Color Harmonies of #487A85
Complementary color
Monochromatic Colors of #487A85
Black with #487A85
Text Example
Text Example
White with #487A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A85; }
p { color: rgb(72,122,133); }
H1.HeaderClassName
{
color: #487A85;
}
.AnyTagClassName
{
color: #487A85;
}
</style>
background-color css
<style>
a { background-color: #487A85; }
a { background-color: rgb(72,122,133); }
div.DivClassName
{
background-color: #487A85;
}
.BgClassName
{
background-color: #487A85;
}
</style>
border-color css
<style>
span { border-color: #487A85; }
span { border-color: rgb(72,122,133); }
td.TdClassName
{
border-color: #487A85;
}
.TagClassName
{
border-color: #487A85;
}
</style>