Shades of Paradiso #477F8A
Tints of Paradiso #477F8A
RGB
CMYK
RGB Variations
Color information
#477F8A (or 0x477F8A) is known color: Paradiso. HEX triplet: 47, 7F and 8A. RGB value is (71,127,138). Sum of RGB (Red+Green+Blue) = 71+127+138=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #477F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477F8A is #B88075. Grayscale: #6F6F6F. Windows color (decimal): -12091510 or 9076551. OLE color: 9076551.
HSL color Cylindrical-coordinate representation of color #477F8A: hue angle of 189.85º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #477F8A is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 127 | 138 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.46 |
| HSL | 189.85º | 0.32% | 0.41% | - |
| HSV(B) | 189.85º | 0.49% | 0.54% | - |
| XYZ | 14.78 | 18.35 | 26.81 | - |
| YUV | 111.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 138 | 0.49 | 0.08 | 0 | 0.46 | 189.85 | 0.32 | 0.41 |
| Hex | 47 | 7F | 8A | 31 | 8 | 0 | 2E | BE | 20 | 29 |
| Octal | 107 | 177 | 212 | 61 | 10 | 0 | 56 | 276 | 40 | 51 |
| Binary | 1000111 | 1111111 | 10001010 | 110001 | 1000 | 0 | 101110 | 10111110 | 100000 | 101001 |
Color Harmonies of #477F8A
Complementary color
Monochromatic Colors of #477F8A
Black with #477F8A
Text Example
Text Example
White with #477F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F8A; }
p { color: rgb(71,127,138); }
H1.HeaderClassName
{
color: #477F8A;
}
.AnyTagClassName
{
color: #477F8A;
}
</style>
background-color css
<style>
a { background-color: #477F8A; }
a { background-color: rgb(71,127,138); }
div.DivClassName
{
background-color: #477F8A;
}
.BgClassName
{
background-color: #477F8A;
}
</style>
border-color css
<style>
span { border-color: #477F8A; }
span { border-color: rgb(71,127,138); }
td.TdClassName
{
border-color: #477F8A;
}
.TagClassName
{
border-color: #477F8A;
}
</style>