Shades of Paradiso #477D85
Tints of Paradiso #477D85
RGB
CMYK
RGB Variations
Color information
#477D85 (or 0x477D85) is known color: Paradiso. HEX triplet: 47, 7D and 85. RGB value is (71,125,133). Sum of RGB (Red+Green+Blue) = 71+125+133=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #477D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477D85 is #B8827A. Grayscale: #6D6D6D. Windows color (decimal): -12092027 or 8748359. OLE color: 8748359.
HSL color Cylindrical-coordinate representation of color #477D85: hue angle of 187.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477D85 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 125 | 133 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.48 |
| HSL | 187.74º | 0.3% | 0.4% | - |
| HSV(B) | 187.74º | 0.47% | 0.52% | - |
| XYZ | 14.17 | 17.7 | 24.86 | - |
| YUV | 109.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 133 | 0.47 | 0.06 | 0 | 0.48 | 187.74 | 0.3 | 0.4 |
| Hex | 47 | 7D | 85 | 2F | 6 | 0 | 30 | BC | 1E | 28 |
| Octal | 107 | 175 | 205 | 57 | 6 | 0 | 60 | 274 | 36 | 50 |
| Binary | 1000111 | 1111101 | 10000101 | 101111 | 110 | 0 | 110000 | 10111100 | 11110 | 101000 |
Color Harmonies of #477D85
Complementary color
Monochromatic Colors of #477D85
Black with #477D85
Text Example
Text Example
White with #477D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477D85; }
p { color: rgb(71,125,133); }
H1.HeaderClassName
{
color: #477D85;
}
.AnyTagClassName
{
color: #477D85;
}
</style>
background-color css
<style>
a { background-color: #477D85; }
a { background-color: rgb(71,125,133); }
div.DivClassName
{
background-color: #477D85;
}
.BgClassName
{
background-color: #477D85;
}
</style>
border-color css
<style>
span { border-color: #477D85; }
span { border-color: rgb(71,125,133); }
td.TdClassName
{
border-color: #477D85;
}
.TagClassName
{
border-color: #477D85;
}
</style>