Shades of Paradiso #4D898A
Tints of Paradiso #4D898A
RGB
CMYK
RGB Variations
Color information
#4D898A (or 0x4D898A) is known color: Paradiso. HEX triplet: 4D, 89 and 8A. RGB value is (77,137,138). Sum of RGB (Red+Green+Blue) = 77+137+138=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D898A is #B27675. Grayscale: #777777. Windows color (decimal): -11695734 or 9079117. OLE color: 9079117.
HSL color Cylindrical-coordinate representation of color #4D898A: hue angle of 180.98º 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 #4D898A is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 137 | 138 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.46 |
| HSL | 180.98º | 0.28% | 0.42% | - |
| HSV(B) | 180.98º | 0.44% | 0.54% | - |
| XYZ | 16.59 | 21.3 | 27.28 | - |
| YUV | 119.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 138 | 0.44 | 0.01 | 0 | 0.46 | 180.98 | 0.28 | 0.42 |
| Hex | 4D | 89 | 8A | 2C | 1 | 0 | 2E | B5 | 1C | 2A |
| Octal | 115 | 211 | 212 | 54 | 1 | 0 | 56 | 265 | 34 | 52 |
| Binary | 1001101 | 10001001 | 10001010 | 101100 | 1 | 0 | 101110 | 10110101 | 11100 | 101010 |
Color Harmonies of #4D898A
Complementary color
Monochromatic Colors of #4D898A
Black with #4D898A
Text Example
Text Example
White with #4D898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D898A; }
p { color: rgb(77,137,138); }
H1.HeaderClassName
{
color: #4D898A;
}
.AnyTagClassName
{
color: #4D898A;
}
</style>
background-color css
<style>
a { background-color: #4D898A; }
a { background-color: rgb(77,137,138); }
div.DivClassName
{
background-color: #4D898A;
}
.BgClassName
{
background-color: #4D898A;
}
</style>
border-color css
<style>
span { border-color: #4D898A; }
span { border-color: rgb(77,137,138); }
td.TdClassName
{
border-color: #4D898A;
}
.TagClassName
{
border-color: #4D898A;
}
</style>