Shades of Paradiso #477B7E
Tints of Paradiso #477B7E
RGB
CMYK
RGB Variations
Color information
#477B7E (or 0x477B7E) is known color: Paradiso. HEX triplet: 47, 7B and 7E. RGB value is (71,123,126). Sum of RGB (Red+Green+Blue) = 71+123+126=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #477B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B7E is #B88481. Grayscale: #6B6B6B. Windows color (decimal): -12092546 or 8289095. OLE color: 8289095.
HSL color Cylindrical-coordinate representation of color #477B7E: hue angle of 183.27º 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 #477B7E is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 123 | 126 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.51 |
| HSL | 183.27º | 0.28% | 0.39% | - |
| HSV(B) | 183.27º | 0.44% | 0.49% | - |
| XYZ | 13.45 | 17.01 | 22.31 | - |
| YUV | 107.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 126 | 0.44 | 0.02 | 0 | 0.51 | 183.27 | 0.28 | 0.39 |
| Hex | 47 | 7B | 7E | 2C | 2 | 0 | 33 | B7 | 1C | 27 |
| Octal | 107 | 173 | 176 | 54 | 2 | 0 | 63 | 267 | 34 | 47 |
| Binary | 1000111 | 1111011 | 1111110 | 101100 | 10 | 0 | 110011 | 10110111 | 11100 | 100111 |
Color Harmonies of #477B7E
Complementary color
Monochromatic Colors of #477B7E
Black with #477B7E
Text Example
Text Example
White with #477B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B7E; }
p { color: rgb(71,123,126); }
H1.HeaderClassName
{
color: #477B7E;
}
.AnyTagClassName
{
color: #477B7E;
}
</style>
background-color css
<style>
a { background-color: #477B7E; }
a { background-color: rgb(71,123,126); }
div.DivClassName
{
background-color: #477B7E;
}
.BgClassName
{
background-color: #477B7E;
}
</style>
border-color css
<style>
span { border-color: #477B7E; }
span { border-color: rgb(71,123,126); }
td.TdClassName
{
border-color: #477B7E;
}
.TagClassName
{
border-color: #477B7E;
}
</style>