Shades of Paradiso #4D7D88
Tints of Paradiso #4D7D88
RGB
CMYK
RGB Variations
Color information
#4D7D88 (or 0x4D7D88) is known color: Paradiso. HEX triplet: 4D, 7D and 88. RGB value is (77,125,136). Sum of RGB (Red+Green+Blue) = 77+125+136=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D7D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7D88 is #B28277. Grayscale: #6F6F6F. Windows color (decimal): -11698808 or 8944973. OLE color: 8944973.
HSL color Cylindrical-coordinate representation of color #4D7D88: hue angle of 191.19º 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 #4D7D88 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 125 | 136 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.47 |
| HSL | 191.19º | 0.28% | 0.42% | - |
| HSV(B) | 191.19º | 0.43% | 0.53% | - |
| XYZ | 14.84 | 18.02 | 25.99 | - |
| YUV | 111.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 136 | 0.43 | 0.08 | 0 | 0.47 | 191.19 | 0.28 | 0.42 |
| Hex | 4D | 7D | 88 | 2B | 8 | 0 | 2F | BF | 1C | 2A |
| Octal | 115 | 175 | 210 | 53 | 10 | 0 | 57 | 277 | 34 | 52 |
| Binary | 1001101 | 1111101 | 10001000 | 101011 | 1000 | 0 | 101111 | 10111111 | 11100 | 101010 |
Color Harmonies of #4D7D88
Complementary color
Monochromatic Colors of #4D7D88
Black with #4D7D88
Text Example
Text Example
White with #4D7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D88; }
p { color: rgb(77,125,136); }
H1.HeaderClassName
{
color: #4D7D88;
}
.AnyTagClassName
{
color: #4D7D88;
}
</style>
background-color css
<style>
a { background-color: #4D7D88; }
a { background-color: rgb(77,125,136); }
div.DivClassName
{
background-color: #4D7D88;
}
.BgClassName
{
background-color: #4D7D88;
}
</style>
border-color css
<style>
span { border-color: #4D7D88; }
span { border-color: rgb(77,125,136); }
td.TdClassName
{
border-color: #4D7D88;
}
.TagClassName
{
border-color: #4D7D88;
}
</style>