Shades of Como #4B6D57
Tints of Como #4B6D57
RGB
CMYK
RGB Variations
Color information
#4B6D57 (or 0x4B6D57) is known color: Como. HEX triplet: 4B, 6D and 57. RGB value is (75,109,87). Sum of RGB (Red+Green+Blue) = 75+109+87=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D57 is #B492A8. Grayscale: #606060. Windows color (decimal): -11834025 or 5729611. OLE color: 5729611.
HSL color Cylindrical-coordinate representation of color #4B6D57: hue angle of 141.18º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D57 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 87 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.57 |
| HSL | 141.18º | 0.18% | 0.36% | - |
| HSV(B) | 141.18º | 0.31% | 0.43% | - |
| XYZ | 10.09 | 13.12 | 11.02 | - |
| YUV | 96.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 87 | 0.31 | 0 | 0.20 | 0.57 | 141.18 | 0.18 | 0.36 |
| Hex | 4B | 6D | 57 | 1F | 0 | 14 | 39 | 8D | 12 | 24 |
| Octal | 113 | 155 | 127 | 37 | 0 | 24 | 71 | 215 | 22 | 44 |
| Binary | 1001011 | 1101101 | 1010111 | 11111 | 0 | 10100 | 111001 | 10001101 | 10010 | 100100 |
Color Harmonies of #4B6D57
Complementary color
Monochromatic Colors of #4B6D57
Black with #4B6D57
Text Example
Text Example
White with #4B6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D57; }
p { color: rgb(75,109,87); }
H1.HeaderClassName
{
color: #4B6D57;
}
.AnyTagClassName
{
color: #4B6D57;
}
</style>
background-color css
<style>
a { background-color: #4B6D57; }
a { background-color: rgb(75,109,87); }
div.DivClassName
{
background-color: #4B6D57;
}
.BgClassName
{
background-color: #4B6D57;
}
</style>
border-color css
<style>
span { border-color: #4B6D57; }
span { border-color: rgb(75,109,87); }
td.TdClassName
{
border-color: #4B6D57;
}
.TagClassName
{
border-color: #4B6D57;
}
</style>