Shades of Como #4B725D
Tints of Como #4B725D
RGB
CMYK
RGB Variations
Color information
#4B725D (or 0x4B725D) is known color: Como. HEX triplet: 4B, 72 and 5D. RGB value is (75,114,93). Sum of RGB (Red+Green+Blue) = 75+114+93=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #4B725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B725D is #B48DA2. Grayscale: #636363. Windows color (decimal): -11832739 or 6124107. OLE color: 6124107.
HSL color Cylindrical-coordinate representation of color #4B725D: hue angle of 147.69º 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 #4B725D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 93 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.55 |
| HSL | 147.69º | 0.21% | 0.37% | - |
| HSV(B) | 147.69º | 0.34% | 0.45% | - |
| XYZ | 10.89 | 14.32 | 12.55 | - |
| YUV | 99.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 93 | 0.34 | 0 | 0.18 | 0.55 | 147.69 | 0.21 | 0.37 |
| Hex | 4B | 72 | 5D | 22 | 0 | 12 | 37 | 94 | 15 | 25 |
| Octal | 113 | 162 | 135 | 42 | 0 | 22 | 67 | 224 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1011101 | 100010 | 0 | 10010 | 110111 | 10010100 | 10101 | 100101 |
Color Harmonies of #4B725D
Complementary color
Monochromatic Colors of #4B725D
Black with #4B725D
Text Example
Text Example
White with #4B725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B725D; }
p { color: rgb(75,114,93); }
H1.HeaderClassName
{
color: #4B725D;
}
.AnyTagClassName
{
color: #4B725D;
}
</style>
background-color css
<style>
a { background-color: #4B725D; }
a { background-color: rgb(75,114,93); }
div.DivClassName
{
background-color: #4B725D;
}
.BgClassName
{
background-color: #4B725D;
}
</style>
border-color css
<style>
span { border-color: #4B725D; }
span { border-color: rgb(75,114,93); }
td.TdClassName
{
border-color: #4B725D;
}
.TagClassName
{
border-color: #4B725D;
}
</style>