Shades of Paradiso #47808A
Tints of Paradiso #47808A
RGB
CMYK
RGB Variations
Color information
#47808A (or 0x47808A) is known color: Paradiso. HEX triplet: 47, 80 and 8A. RGB value is (71,128,138). Sum of RGB (Red+Green+Blue) = 71+128+138=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #47808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47808A is #B87F75. Grayscale: #707070. Windows color (decimal): -12091254 or 9076807. OLE color: 9076807.
HSL color Cylindrical-coordinate representation of color #47808A: hue angle of 188.96º 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 #47808A is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 128 | 138 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.46 |
| HSL | 188.96º | 0.32% | 0.41% | - |
| HSV(B) | 188.96º | 0.49% | 0.54% | - |
| XYZ | 14.91 | 18.61 | 26.85 | - |
| YUV | 112.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 138 | 0.49 | 0.07 | 0 | 0.46 | 188.96 | 0.32 | 0.41 |
| Hex | 47 | 80 | 8A | 31 | 7 | 0 | 2E | BD | 20 | 29 |
| Octal | 107 | 200 | 212 | 61 | 7 | 0 | 56 | 275 | 40 | 51 |
| Binary | 1000111 | 10000000 | 10001010 | 110001 | 111 | 0 | 101110 | 10111101 | 100000 | 101001 |
Color Harmonies of #47808A
Complementary color
Monochromatic Colors of #47808A
Black with #47808A
Text Example
Text Example
White with #47808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47808A; }
p { color: rgb(71,128,138); }
H1.HeaderClassName
{
color: #47808A;
}
.AnyTagClassName
{
color: #47808A;
}
</style>
background-color css
<style>
a { background-color: #47808A; }
a { background-color: rgb(71,128,138); }
div.DivClassName
{
background-color: #47808A;
}
.BgClassName
{
background-color: #47808A;
}
</style>
border-color css
<style>
span { border-color: #47808A; }
span { border-color: rgb(71,128,138); }
td.TdClassName
{
border-color: #47808A;
}
.TagClassName
{
border-color: #47808A;
}
</style>