Shades of Paradiso #477C7F
Tints of Paradiso #477C7F
RGB
CMYK
RGB Variations
Color information
#477C7F (or 0x477C7F) is known color: Paradiso. HEX triplet: 47, 7C and 7F. RGB value is (71,124,127). Sum of RGB (Red+Green+Blue) = 71+124+127=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 124 (48.83% from 255 or 38.51% 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 #477C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C7F is #B88380. Grayscale: #6C6C6C. Windows color (decimal): -12092289 or 8354887. OLE color: 8354887.
HSL color Cylindrical-coordinate representation of color #477C7F: hue angle of 183.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477C7F is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 124 | 127 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.50 |
| HSL | 183.21º | 0.28% | 0.39% | - |
| HSV(B) | 183.21º | 0.44% | 0.5% | - |
| XYZ | 13.64 | 17.29 | 22.7 | - |
| YUV | 108.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 127 | 0.44 | 0.02 | 0 | 0.50 | 183.21 | 0.28 | 0.39 |
| Hex | 47 | 7C | 7F | 2C | 2 | 0 | 32 | B7 | 1C | 27 |
| Octal | 107 | 174 | 177 | 54 | 2 | 0 | 62 | 267 | 34 | 47 |
| Binary | 1000111 | 1111100 | 1111111 | 101100 | 10 | 0 | 110010 | 10110111 | 11100 | 100111 |
Color Harmonies of #477C7F
Complementary color
Monochromatic Colors of #477C7F
Black with #477C7F
Text Example
Text Example
White with #477C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C7F; }
p { color: rgb(71,124,127); }
H1.HeaderClassName
{
color: #477C7F;
}
.AnyTagClassName
{
color: #477C7F;
}
</style>
background-color css
<style>
a { background-color: #477C7F; }
a { background-color: rgb(71,124,127); }
div.DivClassName
{
background-color: #477C7F;
}
.BgClassName
{
background-color: #477C7F;
}
</style>
border-color css
<style>
span { border-color: #477C7F; }
span { border-color: rgb(71,124,127); }
td.TdClassName
{
border-color: #477C7F;
}
.TagClassName
{
border-color: #477C7F;
}
</style>