Shades of Paradiso #4D7882
Tints of Paradiso #4D7882
RGB
CMYK
RGB Variations
Color information
#4D7882 (or 0x4D7882) is known color: Paradiso. HEX triplet: 4D, 78 and 82. RGB value is (77,120,130). Sum of RGB (Red+Green+Blue) = 77+120+130=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D7882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7882 is #B2877D. Grayscale: #6C6C6C. Windows color (decimal): -11700094 or 8550477. OLE color: 8550477.
HSL color Cylindrical-coordinate representation of color #4D7882: hue angle of 191.32º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D7882 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 120 | 130 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.49 |
| HSL | 191.32º | 0.26% | 0.41% | - |
| HSV(B) | 191.32º | 0.41% | 0.51% | - |
| XYZ | 13.81 | 16.62 | 23.6 | - |
| YUV | 108.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 130 | 0.41 | 0.08 | 0 | 0.49 | 191.32 | 0.26 | 0.41 |
| Hex | 4D | 78 | 82 | 29 | 8 | 0 | 31 | BF | 1A | 29 |
| Octal | 115 | 170 | 202 | 51 | 10 | 0 | 61 | 277 | 32 | 51 |
| Binary | 1001101 | 1111000 | 10000010 | 101001 | 1000 | 0 | 110001 | 10111111 | 11010 | 101001 |
Color Harmonies of #4D7882
Complementary color
Monochromatic Colors of #4D7882
Black with #4D7882
Text Example
Text Example
White with #4D7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7882; }
p { color: rgb(77,120,130); }
H1.HeaderClassName
{
color: #4D7882;
}
.AnyTagClassName
{
color: #4D7882;
}
</style>
background-color css
<style>
a { background-color: #4D7882; }
a { background-color: rgb(77,120,130); }
div.DivClassName
{
background-color: #4D7882;
}
.BgClassName
{
background-color: #4D7882;
}
</style>
border-color css
<style>
span { border-color: #4D7882; }
span { border-color: rgb(77,120,130); }
td.TdClassName
{
border-color: #4D7882;
}
.TagClassName
{
border-color: #4D7882;
}
</style>