Shades of Paradiso #47858B
Tints of Paradiso #47858B
RGB
CMYK
RGB Variations
Color information
#47858B (or 0x47858B) is known color: Paradiso. HEX triplet: 47, 85 and 8B. RGB value is (71,133,139). Sum of RGB (Red+Green+Blue) = 71+133+139=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #47858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47858B is #B87A74. Grayscale: #737373. Windows color (decimal): -12089973 or 9143623. OLE color: 9143623.
HSL color Cylindrical-coordinate representation of color #47858B: hue angle of 185.29º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47858B is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 133 | 139 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.45 |
| HSL | 185.29º | 0.32% | 0.41% | - |
| HSV(B) | 185.29º | 0.49% | 0.55% | - |
| XYZ | 15.65 | 19.98 | 27.46 | - |
| YUV | 115.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 139 | 0.49 | 0.04 | 0 | 0.45 | 185.29 | 0.32 | 0.41 |
| Hex | 47 | 85 | 8B | 31 | 4 | 0 | 2D | B9 | 20 | 29 |
| Octal | 107 | 205 | 213 | 61 | 4 | 0 | 55 | 271 | 40 | 51 |
| Binary | 1000111 | 10000101 | 10001011 | 110001 | 100 | 0 | 101101 | 10111001 | 100000 | 101001 |
Color Harmonies of #47858B
Complementary color
Monochromatic Colors of #47858B
Black with #47858B
Text Example
Text Example
White with #47858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47858B; }
p { color: rgb(71,133,139); }
H1.HeaderClassName
{
color: #47858B;
}
.AnyTagClassName
{
color: #47858B;
}
</style>
background-color css
<style>
a { background-color: #47858B; }
a { background-color: rgb(71,133,139); }
div.DivClassName
{
background-color: #47858B;
}
.BgClassName
{
background-color: #47858B;
}
</style>
border-color css
<style>
span { border-color: #47858B; }
span { border-color: rgb(71,133,139); }
td.TdClassName
{
border-color: #47858B;
}
.TagClassName
{
border-color: #47858B;
}
</style>