Shades of Paradiso #47868D
Tints of Paradiso #47868D
RGB
CMYK
RGB Variations
Color information
#47868D (or 0x47868D) is known color: Paradiso. HEX triplet: 47, 86 and 8D. RGB value is (71,134,141). Sum of RGB (Red+Green+Blue) = 71+134+141=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #47868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47868D is #B87972. Grayscale: #737373. Windows color (decimal): -12089715 or 9274951. OLE color: 9274951.
HSL color Cylindrical-coordinate representation of color #47868D: hue angle of 186º 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 #47868D is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 134 | 141 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.45 |
| HSL | 186º | 0.33% | 0.42% | - |
| HSV(B) | 186º | 0.5% | 0.55% | - |
| XYZ | 15.93 | 20.31 | 28.28 | - |
| YUV | 115.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 134 | 141 | 0.50 | 0.05 | 0 | 0.45 | 186 | 0.33 | 0.42 |
| Hex | 47 | 86 | 8D | 32 | 5 | 0 | 2D | BA | 21 | 2A |
| Octal | 107 | 206 | 215 | 62 | 5 | 0 | 55 | 272 | 41 | 52 |
| Binary | 1000111 | 10000110 | 10001101 | 110010 | 101 | 0 | 101101 | 10111010 | 100001 | 101010 |
Color Harmonies of #47868D
Complementary color
Monochromatic Colors of #47868D
Black with #47868D
Text Example
Text Example
White with #47868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47868D; }
p { color: rgb(71,134,141); }
H1.HeaderClassName
{
color: #47868D;
}
.AnyTagClassName
{
color: #47868D;
}
</style>
background-color css
<style>
a { background-color: #47868D; }
a { background-color: rgb(71,134,141); }
div.DivClassName
{
background-color: #47868D;
}
.BgClassName
{
background-color: #47868D;
}
</style>
border-color css
<style>
span { border-color: #47868D; }
span { border-color: rgb(71,134,141); }
td.TdClassName
{
border-color: #47868D;
}
.TagClassName
{
border-color: #47868D;
}
</style>