Shades of Paradiso #4C8885
Tints of Paradiso #4C8885
RGB
CMYK
RGB Variations
Color information
#4C8885 (or 0x4C8885) is known color: Paradiso. HEX triplet: 4C, 88 and 85. RGB value is (76,136,133). Sum of RGB (Red+Green+Blue) = 76+136+133=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #4C8885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8885 is #B3777A. Grayscale: #757575. Windows color (decimal): -11761531 or 8751180. OLE color: 8751180.
HSL color Cylindrical-coordinate representation of color #4C8885: hue angle of 177º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8885 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 136 | 133 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.47 |
| HSL | 177º | 0.28% | 0.42% | - |
| HSV(B) | 177º | 0.44% | 0.53% | - |
| XYZ | 16.02 | 20.84 | 25.37 | - |
| YUV | 117.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 136 | 133 | 0.44 | 0 | 0.02 | 0.47 | 177 | 0.28 | 0.42 |
| Hex | 4C | 88 | 85 | 2C | 0 | 2 | 2F | B1 | 1C | 2A |
| Octal | 114 | 210 | 205 | 54 | 0 | 2 | 57 | 261 | 34 | 52 |
| Binary | 1001100 | 10001000 | 10000101 | 101100 | 0 | 10 | 101111 | 10110001 | 11100 | 101010 |
Color Harmonies of #4C8885
Complementary color
Monochromatic Colors of #4C8885
Black with #4C8885
Text Example
Text Example
White with #4C8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8885; }
p { color: rgb(76,136,133); }
H1.HeaderClassName
{
color: #4C8885;
}
.AnyTagClassName
{
color: #4C8885;
}
</style>
background-color css
<style>
a { background-color: #4C8885; }
a { background-color: rgb(76,136,133); }
div.DivClassName
{
background-color: #4C8885;
}
.BgClassName
{
background-color: #4C8885;
}
</style>
border-color css
<style>
span { border-color: #4C8885; }
span { border-color: rgb(76,136,133); }
td.TdClassName
{
border-color: #4C8885;
}
.TagClassName
{
border-color: #4C8885;
}
</style>