Shades of Paradiso #4C8486
Tints of Paradiso #4C8486
RGB
CMYK
RGB Variations
Color information
#4C8486 (or 0x4C8486) is known color: Paradiso. HEX triplet: 4C, 84 and 86. RGB value is (76,132,134). Sum of RGB (Red+Green+Blue) = 76+132+134=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C8486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8486 is #B37B79. Grayscale: #737373. Windows color (decimal): -11762554 or 8815692. OLE color: 8815692.
HSL color Cylindrical-coordinate representation of color #4C8486: hue angle of 182.07º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8486 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 132 | 134 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.47 |
| HSL | 182.07º | 0.28% | 0.41% | - |
| HSV(B) | 182.07º | 0.43% | 0.53% | - |
| XYZ | 15.53 | 19.76 | 25.55 | - |
| YUV | 115.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 132 | 134 | 0.43 | 0.01 | 0 | 0.47 | 182.07 | 0.28 | 0.41 |
| Hex | 4C | 84 | 86 | 2B | 1 | 0 | 2F | B6 | 1C | 29 |
| Octal | 114 | 204 | 206 | 53 | 1 | 0 | 57 | 266 | 34 | 51 |
| Binary | 1001100 | 10000100 | 10000110 | 101011 | 1 | 0 | 101111 | 10110110 | 11100 | 101001 |
Color Harmonies of #4C8486
Complementary color
Monochromatic Colors of #4C8486
Black with #4C8486
Text Example
Text Example
White with #4C8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8486; }
p { color: rgb(76,132,134); }
H1.HeaderClassName
{
color: #4C8486;
}
.AnyTagClassName
{
color: #4C8486;
}
</style>
background-color css
<style>
a { background-color: #4C8486; }
a { background-color: rgb(76,132,134); }
div.DivClassName
{
background-color: #4C8486;
}
.BgClassName
{
background-color: #4C8486;
}
</style>
border-color css
<style>
span { border-color: #4C8486; }
span { border-color: rgb(76,132,134); }
td.TdClassName
{
border-color: #4C8486;
}
.TagClassName
{
border-color: #4C8486;
}
</style>