Shades of Paradiso #4E8684
Tints of Paradiso #4E8684
RGB
CMYK
RGB Variations
Color information
#4E8684 (or 0x4E8684) is known color: Paradiso. HEX triplet: 4E, 86 and 84. RGB value is (78,134,132). Sum of RGB (Red+Green+Blue) = 78+134+132=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #4E8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8684 is #B1797B. Grayscale: #747474. Windows color (decimal): -11630972 or 8685134. OLE color: 8685134.
HSL color Cylindrical-coordinate representation of color #4E8684: hue angle of 177.86º degrees, saturation: 0.26, 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 #4E8684 is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 134 | 132 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.47 |
| HSL | 177.86º | 0.26% | 0.42% | - |
| HSV(B) | 177.86º | 0.42% | 0.53% | - |
| XYZ | 15.83 | 20.34 | 24.92 | - |
| YUV | 117.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 132 | 0.42 | 0 | 0.01 | 0.47 | 177.86 | 0.26 | 0.42 |
| Hex | 4E | 86 | 84 | 2A | 0 | 1 | 2F | B2 | 1A | 2A |
| Octal | 116 | 206 | 204 | 52 | 0 | 1 | 57 | 262 | 32 | 52 |
| Binary | 1001110 | 10000110 | 10000100 | 101010 | 0 | 1 | 101111 | 10110010 | 11010 | 101010 |
Color Harmonies of #4E8684
Complementary color
Monochromatic Colors of #4E8684
Black with #4E8684
Text Example
Text Example
White with #4E8684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8684; }
p { color: rgb(78,134,132); }
H1.HeaderClassName
{
color: #4E8684;
}
.AnyTagClassName
{
color: #4E8684;
}
</style>
background-color css
<style>
a { background-color: #4E8684; }
a { background-color: rgb(78,134,132); }
div.DivClassName
{
background-color: #4E8684;
}
.BgClassName
{
background-color: #4E8684;
}
</style>
border-color css
<style>
span { border-color: #4E8684; }
span { border-color: rgb(78,134,132); }
td.TdClassName
{
border-color: #4E8684;
}
.TagClassName
{
border-color: #4E8684;
}
</style>