Shades of Paradiso #4E8784
Tints of Paradiso #4E8784
RGB
CMYK
RGB Variations
Color information
#4E8784 (or 0x4E8784) is known color: Paradiso. HEX triplet: 4E, 87 and 84. RGB value is (78,135,132). Sum of RGB (Red+Green+Blue) = 78+135+132=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #4E8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8784 is #B1787B. Grayscale: #757575. Windows color (decimal): -11630716 or 8685390. OLE color: 8685390.
HSL color Cylindrical-coordinate representation of color #4E8784: hue angle of 176.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E8784 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 135 | 132 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.47 |
| HSL | 176.84º | 0.27% | 0.42% | - |
| HSV(B) | 176.84º | 0.42% | 0.53% | - |
| XYZ | 15.97 | 20.61 | 24.97 | - |
| YUV | 117.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 135 | 132 | 0.42 | 0 | 0.02 | 0.47 | 176.84 | 0.27 | 0.42 |
| Hex | 4E | 87 | 84 | 2A | 0 | 2 | 2F | B1 | 1B | 2A |
| Octal | 116 | 207 | 204 | 52 | 0 | 2 | 57 | 261 | 33 | 52 |
| Binary | 1001110 | 10000111 | 10000100 | 101010 | 0 | 10 | 101111 | 10110001 | 11011 | 101010 |
Color Harmonies of #4E8784
Complementary color
Monochromatic Colors of #4E8784
Black with #4E8784
Text Example
Text Example
White with #4E8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8784; }
p { color: rgb(78,135,132); }
H1.HeaderClassName
{
color: #4E8784;
}
.AnyTagClassName
{
color: #4E8784;
}
</style>
background-color css
<style>
a { background-color: #4E8784; }
a { background-color: rgb(78,135,132); }
div.DivClassName
{
background-color: #4E8784;
}
.BgClassName
{
background-color: #4E8784;
}
</style>
border-color css
<style>
span { border-color: #4E8784; }
span { border-color: rgb(78,135,132); }
td.TdClassName
{
border-color: #4E8784;
}
.TagClassName
{
border-color: #4E8784;
}
</style>