Shades of Como #4B7E5C
Tints of Como #4B7E5C
RGB
CMYK
RGB Variations
Color information
#4B7E5C (or 0x4B7E5C) is known color: Como. HEX triplet: 4B, 7E and 5C. RGB value is (75,126,92). Sum of RGB (Red+Green+Blue) = 75+126+92=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7E5C is #B481A3. Grayscale: #6A6A6A. Windows color (decimal): -11829668 or 6061643. OLE color: 6061643.
HSL color Cylindrical-coordinate representation of color #4B7E5C: hue angle of 140º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7E5C is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 126 | 92 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.51 |
| HSL | 140º | 0.25% | 0.39% | - |
| HSV(B) | 140º | 0.4% | 0.49% | - |
| XYZ | 12.29 | 17.19 | 12.8 | - |
| YUV | 106.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 126 | 92 | 0.40 | 0 | 0.27 | 0.51 | 140 | 0.25 | 0.39 |
| Hex | 4B | 7E | 5C | 28 | 0 | 1B | 33 | 8C | 19 | 27 |
| Octal | 113 | 176 | 134 | 50 | 0 | 33 | 63 | 214 | 31 | 47 |
| Binary | 1001011 | 1111110 | 1011100 | 101000 | 0 | 11011 | 110011 | 10001100 | 11001 | 100111 |
Color Harmonies of #4B7E5C
Complementary color
Monochromatic Colors of #4B7E5C
Black with #4B7E5C
Text Example
Text Example
White with #4B7E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7E5C; }
p { color: rgb(75,126,92); }
H1.HeaderClassName
{
color: #4B7E5C;
}
.AnyTagClassName
{
color: #4B7E5C;
}
</style>
background-color css
<style>
a { background-color: #4B7E5C; }
a { background-color: rgb(75,126,92); }
div.DivClassName
{
background-color: #4B7E5C;
}
.BgClassName
{
background-color: #4B7E5C;
}
</style>
border-color css
<style>
span { border-color: #4B7E5C; }
span { border-color: rgb(75,126,92); }
td.TdClassName
{
border-color: #4B7E5C;
}
.TagClassName
{
border-color: #4B7E5C;
}
</style>