Shades of Paradiso #4D8488
Tints of Paradiso #4D8488
RGB
CMYK
RGB Variations
Color information
#4D8488 (or 0x4D8488) is known color: Paradiso. HEX triplet: 4D, 84 and 88. RGB value is (77,132,136). Sum of RGB (Red+Green+Blue) = 77+132+136=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 132 (51.95% from 255 or 38.26% 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 #4D8488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8488 is #B27B77. Grayscale: #737373. Windows color (decimal): -11697016 or 8946765. OLE color: 8946765.
HSL color Cylindrical-coordinate representation of color #4D8488: hue angle of 184.07º degrees, saturation: 0.28, 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 #4D8488 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 132 | 136 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.47 |
| HSL | 184.07º | 0.28% | 0.42% | - |
| HSV(B) | 184.07º | 0.43% | 0.53% | - |
| XYZ | 15.76 | 19.86 | 26.3 | - |
| YUV | 116.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 136 | 0.43 | 0.03 | 0 | 0.47 | 184.07 | 0.28 | 0.42 |
| Hex | 4D | 84 | 88 | 2B | 3 | 0 | 2F | B8 | 1C | 2A |
| Octal | 115 | 204 | 210 | 53 | 3 | 0 | 57 | 270 | 34 | 52 |
| Binary | 1001101 | 10000100 | 10001000 | 101011 | 11 | 0 | 101111 | 10111000 | 11100 | 101010 |
Color Harmonies of #4D8488
Complementary color
Monochromatic Colors of #4D8488
Black with #4D8488
Text Example
Text Example
White with #4D8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8488; }
p { color: rgb(77,132,136); }
H1.HeaderClassName
{
color: #4D8488;
}
.AnyTagClassName
{
color: #4D8488;
}
</style>
background-color css
<style>
a { background-color: #4D8488; }
a { background-color: rgb(77,132,136); }
div.DivClassName
{
background-color: #4D8488;
}
.BgClassName
{
background-color: #4D8488;
}
</style>
border-color css
<style>
span { border-color: #4D8488; }
span { border-color: rgb(77,132,136); }
td.TdClassName
{
border-color: #4D8488;
}
.TagClassName
{
border-color: #4D8488;
}
</style>