Shades of Como #4B725E
Tints of Como #4B725E
RGB
CMYK
RGB Variations
Color information
#4B725E (or 0x4B725E) is known color: Como. HEX triplet: 4B, 72 and 5E. RGB value is (75,114,94). Sum of RGB (Red+Green+Blue) = 75+114+94=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #4B725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B725E is #B48DA1. Grayscale: #646464. Windows color (decimal): -11832738 or 6189643. OLE color: 6189643.
HSL color Cylindrical-coordinate representation of color #4B725E: hue angle of 149.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B725E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 94 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.55 |
| HSL | 149.23º | 0.21% | 0.37% | - |
| HSV(B) | 149.23º | 0.34% | 0.45% | - |
| XYZ | 10.94 | 14.34 | 12.78 | - |
| YUV | 100.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 94 | 0.34 | 0 | 0.18 | 0.55 | 149.23 | 0.21 | 0.37 |
| Hex | 4B | 72 | 5E | 22 | 0 | 12 | 37 | 95 | 15 | 25 |
| Octal | 113 | 162 | 136 | 42 | 0 | 22 | 67 | 225 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1011110 | 100010 | 0 | 10010 | 110111 | 10010101 | 10101 | 100101 |
Color Harmonies of #4B725E
Complementary color
Monochromatic Colors of #4B725E
Black with #4B725E
Text Example
Text Example
White with #4B725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B725E; }
p { color: rgb(75,114,94); }
H1.HeaderClassName
{
color: #4B725E;
}
.AnyTagClassName
{
color: #4B725E;
}
</style>
background-color css
<style>
a { background-color: #4B725E; }
a { background-color: rgb(75,114,94); }
div.DivClassName
{
background-color: #4B725E;
}
.BgClassName
{
background-color: #4B725E;
}
</style>
border-color css
<style>
span { border-color: #4B725E; }
span { border-color: rgb(75,114,94); }
td.TdClassName
{
border-color: #4B725E;
}
.TagClassName
{
border-color: #4B725E;
}
</style>