Shades of Paradiso #4C848D
Tints of Paradiso #4C848D
RGB
CMYK
RGB Variations
Color information
#4C848D (or 0x4C848D) is known color: Paradiso. HEX triplet: 4C, 84 and 8D. RGB value is (76,132,141). Sum of RGB (Red+Green+Blue) = 76+132+141=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C848D is #B37B72. Grayscale: #747474. Windows color (decimal): -11762547 or 9274444. OLE color: 9274444.
HSL color Cylindrical-coordinate representation of color #4C848D: hue angle of 188.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C848D is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 132 | 141 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.45 |
| HSL | 188.31º | 0.3% | 0.43% | - |
| HSV(B) | 188.31º | 0.46% | 0.55% | - |
| XYZ | 16.04 | 19.96 | 28.21 | - |
| YUV | 116.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 141 | 0.46 | 0.06 | 0 | 0.45 | 188.31 | 0.3 | 0.43 |
| Hex | 4C | 84 | 8D | 2E | 6 | 0 | 2D | BC | 1E | 2B |
| Octal | 114 | 204 | 215 | 56 | 6 | 0 | 55 | 274 | 36 | 53 |
| Binary | 1001100 | 10000100 | 10001101 | 101110 | 110 | 0 | 101101 | 10111100 | 11110 | 101011 |
Color Harmonies of #4C848D
Complementary color
Monochromatic Colors of #4C848D
Black with #4C848D
Text Example
Text Example
White with #4C848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C848D; }
p { color: rgb(76,132,141); }
H1.HeaderClassName
{
color: #4C848D;
}
.AnyTagClassName
{
color: #4C848D;
}
</style>
background-color css
<style>
a { background-color: #4C848D; }
a { background-color: rgb(76,132,141); }
div.DivClassName
{
background-color: #4C848D;
}
.BgClassName
{
background-color: #4C848D;
}
</style>
border-color css
<style>
span { border-color: #4C848D; }
span { border-color: rgb(76,132,141); }
td.TdClassName
{
border-color: #4C848D;
}
.TagClassName
{
border-color: #4C848D;
}
</style>