Shades of Paradiso #477B80
Tints of Paradiso #477B80
RGB
CMYK
RGB Variations
Color information
#477B80 (or 0x477B80) is known color: Paradiso. HEX triplet: 47, 7B and 80. RGB value is (71,123,128). Sum of RGB (Red+Green+Blue) = 71+123+128=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #477B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B80 is #B8847F. Grayscale: #6B6B6B. Windows color (decimal): -12092544 or 8420167. OLE color: 8420167.
HSL color Cylindrical-coordinate representation of color #477B80: hue angle of 185.26º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #477B80 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 123 | 128 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.50 |
| HSL | 185.26º | 0.29% | 0.39% | - |
| HSV(B) | 185.26º | 0.45% | 0.5% | - |
| XYZ | 13.58 | 17.06 | 23 | - |
| YUV | 108.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 128 | 0.45 | 0.04 | 0 | 0.50 | 185.26 | 0.29 | 0.39 |
| Hex | 47 | 7B | 80 | 2D | 4 | 0 | 32 | B9 | 1D | 27 |
| Octal | 107 | 173 | 200 | 55 | 4 | 0 | 62 | 271 | 35 | 47 |
| Binary | 1000111 | 1111011 | 10000000 | 101101 | 100 | 0 | 110010 | 10111001 | 11101 | 100111 |
Color Harmonies of #477B80
Complementary color
Monochromatic Colors of #477B80
Black with #477B80
Text Example
Text Example
White with #477B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B80; }
p { color: rgb(71,123,128); }
H1.HeaderClassName
{
color: #477B80;
}
.AnyTagClassName
{
color: #477B80;
}
</style>
background-color css
<style>
a { background-color: #477B80; }
a { background-color: rgb(71,123,128); }
div.DivClassName
{
background-color: #477B80;
}
.BgClassName
{
background-color: #477B80;
}
</style>
border-color css
<style>
span { border-color: #477B80; }
span { border-color: rgb(71,123,128); }
td.TdClassName
{
border-color: #477B80;
}
.TagClassName
{
border-color: #477B80;
}
</style>