Shades of Como #4B795D
Tints of Como #4B795D
RGB
CMYK
RGB Variations
Color information
#4B795D (or 0x4B795D) is known color: Como. HEX triplet: 4B, 79 and 5D. RGB value is (75,121,93). Sum of RGB (Red+Green+Blue) = 75+121+93=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #4B795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B795D is #B486A2. Grayscale: #686868. Windows color (decimal): -11830947 or 6125899. OLE color: 6125899.
HSL color Cylindrical-coordinate representation of color #4B795D: hue angle of 143.48º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B795D is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 93 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.53 |
| HSL | 143.48º | 0.23% | 0.38% | - |
| HSV(B) | 143.48º | 0.38% | 0.47% | - |
| XYZ | 11.71 | 15.96 | 12.82 | - |
| YUV | 104.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 93 | 0.38 | 0 | 0.23 | 0.53 | 143.48 | 0.23 | 0.38 |
| Hex | 4B | 79 | 5D | 26 | 0 | 17 | 35 | 8F | 17 | 26 |
| Octal | 113 | 171 | 135 | 46 | 0 | 27 | 65 | 217 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1011101 | 100110 | 0 | 10111 | 110101 | 10001111 | 10111 | 100110 |
Color Harmonies of #4B795D
Complementary color
Monochromatic Colors of #4B795D
Black with #4B795D
Text Example
Text Example
White with #4B795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B795D; }
p { color: rgb(75,121,93); }
H1.HeaderClassName
{
color: #4B795D;
}
.AnyTagClassName
{
color: #4B795D;
}
</style>
background-color css
<style>
a { background-color: #4B795D; }
a { background-color: rgb(75,121,93); }
div.DivClassName
{
background-color: #4B795D;
}
.BgClassName
{
background-color: #4B795D;
}
</style>
border-color css
<style>
span { border-color: #4B795D; }
span { border-color: rgb(75,121,93); }
td.TdClassName
{
border-color: #4B795D;
}
.TagClassName
{
border-color: #4B795D;
}
</style>