Shades of Paradiso #47787E
Tints of Paradiso #47787E
RGB
CMYK
RGB Variations
Color information
#47787E (or 0x47787E) is known color: Paradiso. HEX triplet: 47, 78 and 7E. RGB value is (71,120,126). Sum of RGB (Red+Green+Blue) = 71+120+126=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #47787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47787E is #B88781. Grayscale: #696969. Windows color (decimal): -12093314 or 8288327. OLE color: 8288327.
HSL color Cylindrical-coordinate representation of color #47787E: hue angle of 186.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47787E is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 120 | 126 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.51 |
| HSL | 186.55º | 0.28% | 0.39% | - |
| HSV(B) | 186.55º | 0.44% | 0.49% | - |
| XYZ | 13.08 | 16.28 | 22.19 | - |
| YUV | 106.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 120 | 126 | 0.44 | 0.05 | 0 | 0.51 | 186.55 | 0.28 | 0.39 |
| Hex | 47 | 78 | 7E | 2C | 5 | 0 | 33 | BB | 1C | 27 |
| Octal | 107 | 170 | 176 | 54 | 5 | 0 | 63 | 273 | 34 | 47 |
| Binary | 1000111 | 1111000 | 1111110 | 101100 | 101 | 0 | 110011 | 10111011 | 11100 | 100111 |
Color Harmonies of #47787E
Complementary color
Monochromatic Colors of #47787E
Black with #47787E
Text Example
Text Example
White with #47787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47787E; }
p { color: rgb(71,120,126); }
H1.HeaderClassName
{
color: #47787E;
}
.AnyTagClassName
{
color: #47787E;
}
</style>
background-color css
<style>
a { background-color: #47787E; }
a { background-color: rgb(71,120,126); }
div.DivClassName
{
background-color: #47787E;
}
.BgClassName
{
background-color: #47787E;
}
</style>
border-color css
<style>
span { border-color: #47787E; }
span { border-color: rgb(71,120,126); }
td.TdClassName
{
border-color: #47787E;
}
.TagClassName
{
border-color: #47787E;
}
</style>