Shades of Paradiso #4D828A
Tints of Paradiso #4D828A
RGB
CMYK
RGB Variations
Color information
#4D828A (or 0x4D828A) is known color: Paradiso. HEX triplet: 4D, 82 and 8A. RGB value is (77,130,138). Sum of RGB (Red+Green+Blue) = 77+130+138=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D828A is #B27D75. Grayscale: #727272. Windows color (decimal): -11697526 or 9077325. OLE color: 9077325.
HSL color Cylindrical-coordinate representation of color #4D828A: hue angle of 187.87º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D828A is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 130 | 138 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.46 |
| HSL | 187.87º | 0.28% | 0.42% | - |
| HSV(B) | 187.87º | 0.44% | 0.54% | - |
| XYZ | 15.63 | 19.38 | 26.96 | - |
| YUV | 115.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 138 | 0.44 | 0.06 | 0 | 0.46 | 187.87 | 0.28 | 0.42 |
| Hex | 4D | 82 | 8A | 2C | 6 | 0 | 2E | BC | 1C | 2A |
| Octal | 115 | 202 | 212 | 54 | 6 | 0 | 56 | 274 | 34 | 52 |
| Binary | 1001101 | 10000010 | 10001010 | 101100 | 110 | 0 | 101110 | 10111100 | 11100 | 101010 |
Color Harmonies of #4D828A
Complementary color
Monochromatic Colors of #4D828A
Black with #4D828A
Text Example
Text Example
White with #4D828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D828A; }
p { color: rgb(77,130,138); }
H1.HeaderClassName
{
color: #4D828A;
}
.AnyTagClassName
{
color: #4D828A;
}
</style>
background-color css
<style>
a { background-color: #4D828A; }
a { background-color: rgb(77,130,138); }
div.DivClassName
{
background-color: #4D828A;
}
.BgClassName
{
background-color: #4D828A;
}
</style>
border-color css
<style>
span { border-color: #4D828A; }
span { border-color: rgb(77,130,138); }
td.TdClassName
{
border-color: #4D828A;
}
.TagClassName
{
border-color: #4D828A;
}
</style>