Shades of Paradiso #4E8686
Tints of Paradiso #4E8686
RGB
CMYK
RGB Variations
Color information
#4E8686 (or 0x4E8686) is known color: Paradiso. HEX triplet: 4E, 86 and 86. RGB value is (78,134,134). Sum of RGB (Red+Green+Blue) = 78+134+134=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #4E8686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8686 is #B17979. Grayscale: #757575. Windows color (decimal): -11630970 or 8816206. OLE color: 8816206.
HSL color Cylindrical-coordinate representation of color #4E8686: hue angle of 180º 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 #4E8686 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 134 | 134 | - |
| CMYK | 0.42 | 0 | 0 | 0.47 |
| HSL | 180º | 0.26% | 0.42% | - |
| HSV(B) | 180º | 0.42% | 0.53% | - |
| XYZ | 15.97 | 20.39 | 25.65 | - |
| YUV | 117.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 134 | 0.42 | 0 | 0 | 0.47 | 180 | 0.26 | 0.42 |
| Hex | 4E | 86 | 86 | 2A | 0 | 0 | 2F | B4 | 1A | 2A |
| Octal | 116 | 206 | 206 | 52 | 0 | 0 | 57 | 264 | 32 | 52 |
| Binary | 1001110 | 10000110 | 10000110 | 101010 | 0 | 0 | 101111 | 10110100 | 11010 | 101010 |
Color Harmonies of #4E8686
Complementary color
Monochromatic Colors of #4E8686
Black with #4E8686
Text Example
Text Example
White with #4E8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8686; }
p { color: rgb(78,134,134); }
H1.HeaderClassName
{
color: #4E8686;
}
.AnyTagClassName
{
color: #4E8686;
}
</style>
background-color css
<style>
a { background-color: #4E8686; }
a { background-color: rgb(78,134,134); }
div.DivClassName
{
background-color: #4E8686;
}
.BgClassName
{
background-color: #4E8686;
}
</style>
border-color css
<style>
span { border-color: #4E8686; }
span { border-color: rgb(78,134,134); }
td.TdClassName
{
border-color: #4E8686;
}
.TagClassName
{
border-color: #4E8686;
}
</style>