Shades of Paradiso #4D8288
Tints of Paradiso #4D8288
RGB
CMYK
RGB Variations
Color information
#4D8288 (or 0x4D8288) is known color: Paradiso. HEX triplet: 4D, 82 and 88. RGB value is (77,130,136). Sum of RGB (Red+Green+Blue) = 77+130+136=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D8288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8288 is #B27D77. Grayscale: #727272. Windows color (decimal): -11697528 or 8946253. OLE color: 8946253.
HSL color Cylindrical-coordinate representation of color #4D8288: hue angle of 186.1º 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 #4D8288 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 130 | 136 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.47 |
| HSL | 186.1º | 0.28% | 0.42% | - |
| HSV(B) | 186.1º | 0.43% | 0.53% | - |
| XYZ | 15.49 | 19.32 | 26.21 | - |
| YUV | 114.84 | 139.94 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 136 | 0.43 | 0.04 | 0 | 0.47 | 186.1 | 0.28 | 0.42 |
| Hex | 4D | 82 | 88 | 2B | 4 | 0 | 2F | BA | 1C | 2A |
| Octal | 115 | 202 | 210 | 53 | 4 | 0 | 57 | 272 | 34 | 52 |
| Binary | 1001101 | 10000010 | 10001000 | 101011 | 100 | 0 | 101111 | 10111010 | 11100 | 101010 |
Color Harmonies of #4D8288
Complementary color
Monochromatic Colors of #4D8288
Black with #4D8288
Text Example
Text Example
White with #4D8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8288; }
p { color: rgb(77,130,136); }
H1.HeaderClassName
{
color: #4D8288;
}
.AnyTagClassName
{
color: #4D8288;
}
</style>
background-color css
<style>
a { background-color: #4D8288; }
a { background-color: rgb(77,130,136); }
div.DivClassName
{
background-color: #4D8288;
}
.BgClassName
{
background-color: #4D8288;
}
</style>
border-color css
<style>
span { border-color: #4D8288; }
span { border-color: rgb(77,130,136); }
td.TdClassName
{
border-color: #4D8288;
}
.TagClassName
{
border-color: #4D8288;
}
</style>