Shades of Paradiso #4E8388
Tints of Paradiso #4E8388
RGB
CMYK
RGB Variations
Color information
#4E8388 (or 0x4E8388) is known color: Paradiso. HEX triplet: 4E, 83 and 88. RGB value is (78,131,136). Sum of RGB (Red+Green+Blue) = 78+131+136=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E8388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8388 is #B17C77. Grayscale: #737373. Windows color (decimal): -11631736 or 8946510. OLE color: 8946510.
HSL color Cylindrical-coordinate representation of color #4E8388: hue angle of 185.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E8388 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 131 | 136 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.47 |
| HSL | 185.17º | 0.27% | 0.42% | - |
| HSV(B) | 185.17º | 0.43% | 0.53% | - |
| XYZ | 15.7 | 19.63 | 26.25 | - |
| YUV | 115.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 131 | 136 | 0.43 | 0.04 | 0 | 0.47 | 185.17 | 0.27 | 0.42 |
| Hex | 4E | 83 | 88 | 2B | 4 | 0 | 2F | B9 | 1B | 2A |
| Octal | 116 | 203 | 210 | 53 | 4 | 0 | 57 | 271 | 33 | 52 |
| Binary | 1001110 | 10000011 | 10001000 | 101011 | 100 | 0 | 101111 | 10111001 | 11011 | 101010 |
Color Harmonies of #4E8388
Complementary color
Monochromatic Colors of #4E8388
Black with #4E8388
Text Example
Text Example
White with #4E8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8388; }
p { color: rgb(78,131,136); }
H1.HeaderClassName
{
color: #4E8388;
}
.AnyTagClassName
{
color: #4E8388;
}
</style>
background-color css
<style>
a { background-color: #4E8388; }
a { background-color: rgb(78,131,136); }
div.DivClassName
{
background-color: #4E8388;
}
.BgClassName
{
background-color: #4E8388;
}
</style>
border-color css
<style>
span { border-color: #4E8388; }
span { border-color: rgb(78,131,136); }
td.TdClassName
{
border-color: #4E8388;
}
.TagClassName
{
border-color: #4E8388;
}
</style>