Shades of Como #4B725F
Tints of Como #4B725F
RGB
CMYK
RGB Variations
Color information
#4B725F (or 0x4B725F) is known color: Como. HEX triplet: 4B, 72 and 5F. RGB value is (75,114,95). Sum of RGB (Red+Green+Blue) = 75+114+95=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #4B725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B725F is #B48DA0. Grayscale: #646464. Windows color (decimal): -11832737 or 6255179. OLE color: 6255179.
HSL color Cylindrical-coordinate representation of color #4B725F: hue angle of 150.77º 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 #4B725F is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 95 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.55 |
| HSL | 150.77º | 0.21% | 0.37% | - |
| HSV(B) | 150.77º | 0.34% | 0.45% | - |
| XYZ | 10.98 | 14.36 | 13.02 | - |
| YUV | 100.17 | 125.08 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 95 | 0.34 | 0 | 0.17 | 0.55 | 150.77 | 0.21 | 0.37 |
| Hex | 4B | 72 | 5F | 22 | 0 | 11 | 37 | 97 | 15 | 25 |
| Octal | 113 | 162 | 137 | 42 | 0 | 21 | 67 | 227 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1011111 | 100010 | 0 | 10001 | 110111 | 10010111 | 10101 | 100101 |
Color Harmonies of #4B725F
Complementary color
Monochromatic Colors of #4B725F
Black with #4B725F
Text Example
Text Example
White with #4B725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B725F; }
p { color: rgb(75,114,95); }
H1.HeaderClassName
{
color: #4B725F;
}
.AnyTagClassName
{
color: #4B725F;
}
</style>
background-color css
<style>
a { background-color: #4B725F; }
a { background-color: rgb(75,114,95); }
div.DivClassName
{
background-color: #4B725F;
}
.BgClassName
{
background-color: #4B725F;
}
</style>
border-color css
<style>
span { border-color: #4B725F; }
span { border-color: rgb(75,114,95); }
td.TdClassName
{
border-color: #4B725F;
}
.TagClassName
{
border-color: #4B725F;
}
</style>