Shades of Paradiso #477C7E
Tints of Paradiso #477C7E
RGB
CMYK
RGB Variations
Color information
#477C7E (or 0x477C7E) is known color: Paradiso. HEX triplet: 47, 7C and 7E. RGB value is (71,124,126). Sum of RGB (Red+Green+Blue) = 71+124+126=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #477C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C7E is #B88381. Grayscale: #6C6C6C. Windows color (decimal): -12092290 or 8289351. OLE color: 8289351.
HSL color Cylindrical-coordinate representation of color #477C7E: hue angle of 182.18º 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 #477C7E is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 126 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.51 |
| HSL | 182.18º | 0.28% | 0.39% | - |
| HSV(B) | 182.18º | 0.44% | 0.49% | - |
| XYZ | 13.57 | 17.26 | 22.36 | - |
| YUV | 108.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 126 | 0.44 | 0.02 | 0 | 0.51 | 182.18 | 0.28 | 0.39 |
| Hex | 47 | 7C | 7E | 2C | 2 | 0 | 33 | B6 | 1C | 27 |
| Octal | 107 | 174 | 176 | 54 | 2 | 0 | 63 | 266 | 34 | 47 |
| Binary | 1000111 | 1111100 | 1111110 | 101100 | 10 | 0 | 110011 | 10110110 | 11100 | 100111 |
Color Harmonies of #477C7E
Complementary color
Monochromatic Colors of #477C7E
Black with #477C7E
Text Example
Text Example
White with #477C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C7E; }
p { color: rgb(71,124,126); }
H1.HeaderClassName
{
color: #477C7E;
}
.AnyTagClassName
{
color: #477C7E;
}
</style>
background-color css
<style>
a { background-color: #477C7E; }
a { background-color: rgb(71,124,126); }
div.DivClassName
{
background-color: #477C7E;
}
.BgClassName
{
background-color: #477C7E;
}
</style>
border-color css
<style>
span { border-color: #477C7E; }
span { border-color: rgb(71,124,126); }
td.TdClassName
{
border-color: #477C7E;
}
.TagClassName
{
border-color: #477C7E;
}
</style>