Shades of Paradiso #47878D
Tints of Paradiso #47878D
RGB
CMYK
RGB Variations
Color information
#47878D (or 0x47878D) is known color: Paradiso. HEX triplet: 47, 87 and 8D. RGB value is (71,135,141). Sum of RGB (Red+Green+Blue) = 71+135+141=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #47878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47878D is #B87872. Grayscale: #747474. Windows color (decimal): -12089459 or 9275207. OLE color: 9275207.
HSL color Cylindrical-coordinate representation of color #47878D: hue angle of 185.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47878D is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 135 | 141 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.45 |
| HSL | 185.14º | 0.33% | 0.42% | - |
| HSV(B) | 185.14º | 0.5% | 0.55% | - |
| XYZ | 16.07 | 20.59 | 28.33 | - |
| YUV | 116.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 141 | 0.50 | 0.04 | 0 | 0.45 | 185.14 | 0.33 | 0.42 |
| Hex | 47 | 87 | 8D | 32 | 4 | 0 | 2D | B9 | 21 | 2A |
| Octal | 107 | 207 | 215 | 62 | 4 | 0 | 55 | 271 | 41 | 52 |
| Binary | 1000111 | 10000111 | 10001101 | 110010 | 100 | 0 | 101101 | 10111001 | 100001 | 101010 |
Color Harmonies of #47878D
Complementary color
Monochromatic Colors of #47878D
Black with #47878D
Text Example
Text Example
White with #47878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47878D; }
p { color: rgb(71,135,141); }
H1.HeaderClassName
{
color: #47878D;
}
.AnyTagClassName
{
color: #47878D;
}
</style>
background-color css
<style>
a { background-color: #47878D; }
a { background-color: rgb(71,135,141); }
div.DivClassName
{
background-color: #47878D;
}
.BgClassName
{
background-color: #47878D;
}
</style>
border-color css
<style>
span { border-color: #47878D; }
span { border-color: rgb(71,135,141); }
td.TdClassName
{
border-color: #47878D;
}
.TagClassName
{
border-color: #47878D;
}
</style>