Shades of Como #4A795C
Tints of Como #4A795C
RGB
CMYK
RGB Variations
Color information
#4A795C (or 0x4A795C) is known color: Como. HEX triplet: 4A, 79 and 5C. RGB value is (74,121,92). Sum of RGB (Red+Green+Blue) = 74+121+92=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #4A795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A795C is #B586A3. Grayscale: #676767. Windows color (decimal): -11896484 or 6060362. OLE color: 6060362.
HSL color Cylindrical-coordinate representation of color #4A795C: hue angle of 142.98º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A795C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 121 | 92 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.53 |
| HSL | 142.98º | 0.24% | 0.38% | - |
| HSV(B) | 142.98º | 0.39% | 0.47% | - |
| XYZ | 11.59 | 15.9 | 12.58 | - |
| YUV | 103.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 121 | 92 | 0.39 | 0 | 0.24 | 0.53 | 142.98 | 0.24 | 0.38 |
| Hex | 4A | 79 | 5C | 27 | 0 | 18 | 35 | 8F | 18 | 26 |
| Octal | 112 | 171 | 134 | 47 | 0 | 30 | 65 | 217 | 30 | 46 |
| Binary | 1001010 | 1111001 | 1011100 | 100111 | 0 | 11000 | 110101 | 10001111 | 11000 | 100110 |
Color Harmonies of #4A795C
Complementary color
Monochromatic Colors of #4A795C
Black with #4A795C
Text Example
Text Example
White with #4A795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A795C; }
p { color: rgb(74,121,92); }
H1.HeaderClassName
{
color: #4A795C;
}
.AnyTagClassName
{
color: #4A795C;
}
</style>
background-color css
<style>
a { background-color: #4A795C; }
a { background-color: rgb(74,121,92); }
div.DivClassName
{
background-color: #4A795C;
}
.BgClassName
{
background-color: #4A795C;
}
</style>
border-color css
<style>
span { border-color: #4A795C; }
span { border-color: rgb(74,121,92); }
td.TdClassName
{
border-color: #4A795C;
}
.TagClassName
{
border-color: #4A795C;
}
</style>