Shades of Como #4B7E5A
Tints of Como #4B7E5A
RGB
CMYK
RGB Variations
Color information
#4B7E5A (or 0x4B7E5A) is known color: Como. HEX triplet: 4B, 7E and 5A. RGB value is (75,126,90). Sum of RGB (Red+Green+Blue) = 75+126+90=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7E5A is #B481A5. Grayscale: #6A6A6A. Windows color (decimal): -11829670 or 5930571. OLE color: 5930571.
HSL color Cylindrical-coordinate representation of color #4B7E5A: hue angle of 137.65º 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 #4B7E5A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 126 | 90 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.51 |
| HSL | 137.65º | 0.25% | 0.39% | - |
| HSV(B) | 137.65º | 0.4% | 0.49% | - |
| XYZ | 12.21 | 17.16 | 12.34 | - |
| YUV | 106.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 126 | 90 | 0.40 | 0 | 0.29 | 0.51 | 137.65 | 0.25 | 0.39 |
| Hex | 4B | 7E | 5A | 28 | 0 | 1D | 33 | 8A | 19 | 27 |
| Octal | 113 | 176 | 132 | 50 | 0 | 35 | 63 | 212 | 31 | 47 |
| Binary | 1001011 | 1111110 | 1011010 | 101000 | 0 | 11101 | 110011 | 10001010 | 11001 | 100111 |
Color Harmonies of #4B7E5A
Complementary color
Monochromatic Colors of #4B7E5A
Black with #4B7E5A
Text Example
Text Example
White with #4B7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7E5A; }
p { color: rgb(75,126,90); }
H1.HeaderClassName
{
color: #4B7E5A;
}
.AnyTagClassName
{
color: #4B7E5A;
}
</style>
background-color css
<style>
a { background-color: #4B7E5A; }
a { background-color: rgb(75,126,90); }
div.DivClassName
{
background-color: #4B7E5A;
}
.BgClassName
{
background-color: #4B7E5A;
}
</style>
border-color css
<style>
span { border-color: #4B7E5A; }
span { border-color: rgb(75,126,90); }
td.TdClassName
{
border-color: #4B7E5A;
}
.TagClassName
{
border-color: #4B7E5A;
}
</style>