Shades of Como #4B795E
Tints of Como #4B795E
RGB
CMYK
RGB Variations
Color information
#4B795E (or 0x4B795E) is known color: Como. HEX triplet: 4B, 79 and 5E. RGB value is (75,121,94). Sum of RGB (Red+Green+Blue) = 75+121+94=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #4B795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B795E is #B486A1. Grayscale: #686868. Windows color (decimal): -11830946 or 6191435. OLE color: 6191435.
HSL color Cylindrical-coordinate representation of color #4B795E: hue angle of 144.78º 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 #4B795E is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 94 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.53 |
| HSL | 144.78º | 0.23% | 0.38% | - |
| HSV(B) | 144.78º | 0.38% | 0.47% | - |
| XYZ | 11.76 | 15.98 | 13.05 | - |
| YUV | 104.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 94 | 0.38 | 0 | 0.22 | 0.53 | 144.78 | 0.23 | 0.38 |
| Hex | 4B | 79 | 5E | 26 | 0 | 16 | 35 | 91 | 17 | 26 |
| Octal | 113 | 171 | 136 | 46 | 0 | 26 | 65 | 221 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1011110 | 100110 | 0 | 10110 | 110101 | 10010001 | 10111 | 100110 |
Color Harmonies of #4B795E
Complementary color
Monochromatic Colors of #4B795E
Black with #4B795E
Text Example
Text Example
White with #4B795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B795E; }
p { color: rgb(75,121,94); }
H1.HeaderClassName
{
color: #4B795E;
}
.AnyTagClassName
{
color: #4B795E;
}
</style>
background-color css
<style>
a { background-color: #4B795E; }
a { background-color: rgb(75,121,94); }
div.DivClassName
{
background-color: #4B795E;
}
.BgClassName
{
background-color: #4B795E;
}
</style>
border-color css
<style>
span { border-color: #4B795E; }
span { border-color: rgb(75,121,94); }
td.TdClassName
{
border-color: #4B795E;
}
.TagClassName
{
border-color: #4B795E;
}
</style>