Shades of Como #4B7F62
Tints of Como #4B7F62
RGB
CMYK
RGB Variations
Color information
#4B7F62 (or 0x4B7F62) is known color: Como. HEX triplet: 4B, 7F and 62. RGB value is (75,127,98). Sum of RGB (Red+Green+Blue) = 75+127+98=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F62 is #B4809D. Grayscale: #6C6C6C. Windows color (decimal): -11829406 or 6455115. OLE color: 6455115.
HSL color Cylindrical-coordinate representation of color #4B7F62: hue angle of 146.54º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B7F62 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 98 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.50 |
| HSL | 146.54º | 0.26% | 0.4% | - |
| HSV(B) | 146.54º | 0.41% | 0.5% | - |
| XYZ | 12.7 | 17.56 | 14.27 | - |
| YUV | 108.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 98 | 0.41 | 0 | 0.23 | 0.50 | 146.54 | 0.26 | 0.4 |
| Hex | 4B | 7F | 62 | 29 | 0 | 17 | 32 | 93 | 1A | 28 |
| Octal | 113 | 177 | 142 | 51 | 0 | 27 | 62 | 223 | 32 | 50 |
| Binary | 1001011 | 1111111 | 1100010 | 101001 | 0 | 10111 | 110010 | 10010011 | 11010 | 101000 |
Color Harmonies of #4B7F62
Complementary color
Monochromatic Colors of #4B7F62
Black with #4B7F62
Text Example
Text Example
White with #4B7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F62; }
p { color: rgb(75,127,98); }
H1.HeaderClassName
{
color: #4B7F62;
}
.AnyTagClassName
{
color: #4B7F62;
}
</style>
background-color css
<style>
a { background-color: #4B7F62; }
a { background-color: rgb(75,127,98); }
div.DivClassName
{
background-color: #4B7F62;
}
.BgClassName
{
background-color: #4B7F62;
}
</style>
border-color css
<style>
span { border-color: #4B7F62; }
span { border-color: rgb(75,127,98); }
td.TdClassName
{
border-color: #4B7F62;
}
.TagClassName
{
border-color: #4B7F62;
}
</style>