Shades of Paradiso #4A8989
Tints of Paradiso #4A8989
RGB
CMYK
RGB Variations
Color information
#4A8989 (or 0x4A8989) is known color: Paradiso. HEX triplet: 4A, 89 and 89. RGB value is (74,137,137). Sum of RGB (Red+Green+Blue) = 74+137+137=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #4A8989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8989 is #B57676. Grayscale: #767676. Windows color (decimal): -11892343 or 9013578. OLE color: 9013578.
HSL color Cylindrical-coordinate representation of color #4A8989: hue angle of 180º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8989 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 137 | - |
| CMYK | 0.46 | 0 | 0 | 0.46 |
| HSL | 180º | 0.3% | 0.41% | - |
| HSV(B) | 180º | 0.46% | 0.54% | - |
| XYZ | 16.29 | 21.15 | 26.89 | - |
| YUV | 118.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 137 | 0.46 | 0 | 0 | 0.46 | 180 | 0.3 | 0.41 |
| Hex | 4A | 89 | 89 | 2E | 0 | 0 | 2E | B4 | 1E | 29 |
| Octal | 112 | 211 | 211 | 56 | 0 | 0 | 56 | 264 | 36 | 51 |
| Binary | 1001010 | 10001001 | 10001001 | 101110 | 0 | 0 | 101110 | 10110100 | 11110 | 101001 |
Color Harmonies of #4A8989
Complementary color
Monochromatic Colors of #4A8989
Black with #4A8989
Text Example
Text Example
White with #4A8989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8989; }
p { color: rgb(74,137,137); }
H1.HeaderClassName
{
color: #4A8989;
}
.AnyTagClassName
{
color: #4A8989;
}
</style>
background-color css
<style>
a { background-color: #4A8989; }
a { background-color: rgb(74,137,137); }
div.DivClassName
{
background-color: #4A8989;
}
.BgClassName
{
background-color: #4A8989;
}
</style>
border-color css
<style>
span { border-color: #4A8989; }
span { border-color: rgb(74,137,137); }
td.TdClassName
{
border-color: #4A8989;
}
.TagClassName
{
border-color: #4A8989;
}
</style>