Shades of Paradiso #4A807F
Tints of Paradiso #4A807F
RGB
CMYK
RGB Variations
Color information
#4A807F (or 0x4A807F) is known color: Paradiso. HEX triplet: 4A, 80 and 7F. RGB value is (74,128,127). Sum of RGB (Red+Green+Blue) = 74+128+127=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #4A807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A807F is #B57F80. Grayscale: #6F6F6F. Windows color (decimal): -11894657 or 8355914. OLE color: 8355914.
HSL color Cylindrical-coordinate representation of color #4A807F: hue angle of 178.89º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A807F is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 127 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.50 |
| HSL | 178.89º | 0.27% | 0.4% | - |
| HSV(B) | 178.89º | 0.42% | 0.5% | - |
| XYZ | 14.37 | 18.43 | 22.88 | - |
| YUV | 111.74 | 136.61 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 127 | 0.42 | 0 | 0.01 | 0.50 | 178.89 | 0.27 | 0.4 |
| Hex | 4A | 80 | 7F | 2A | 0 | 1 | 32 | B3 | 1B | 28 |
| Octal | 112 | 200 | 177 | 52 | 0 | 1 | 62 | 263 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1111111 | 101010 | 0 | 1 | 110010 | 10110011 | 11011 | 101000 |
Color Harmonies of #4A807F
Complementary color
Monochromatic Colors of #4A807F
Black with #4A807F
Text Example
Text Example
White with #4A807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A807F; }
p { color: rgb(74,128,127); }
H1.HeaderClassName
{
color: #4A807F;
}
.AnyTagClassName
{
color: #4A807F;
}
</style>
background-color css
<style>
a { background-color: #4A807F; }
a { background-color: rgb(74,128,127); }
div.DivClassName
{
background-color: #4A807F;
}
.BgClassName
{
background-color: #4A807F;
}
</style>
border-color css
<style>
span { border-color: #4A807F; }
span { border-color: rgb(74,128,127); }
td.TdClassName
{
border-color: #4A807F;
}
.TagClassName
{
border-color: #4A807F;
}
</style>