Shades of Dell #4B742E
Tints of Dell #4B742E
RGB
CMYK
RGB Variations
Color information
#4B742E (or 0x4B742E) is known color: Dell. HEX triplet: 4B, 74 and 2E. RGB value is (75,116,46). Sum of RGB (Red+Green+Blue) = 75+116+46=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #4B742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B742E is #B48BD1. Grayscale: #606060. Windows color (decimal): -11832274 or 3044427. OLE color: 3044427.
HSL color Cylindrical-coordinate representation of color #4B742E: hue angle of 95.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B742E is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 116 | 46 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.55 |
| HSL | 95.14º | 0.43% | 0.32% | - |
| HSV(B) | 95.14º | 0.6% | 0.45% | - |
| XYZ | 9.64 | 14.18 | 4.81 | - |
| YUV | 95.76 | 99.92 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 116 | 46 | 0.35 | 0 | 0.60 | 0.55 | 95.14 | 0.43 | 0.32 |
| Hex | 4B | 74 | 2E | 23 | 0 | 3C | 37 | 5F | 2B | 20 |
| Octal | 113 | 164 | 56 | 43 | 0 | 74 | 67 | 137 | 53 | 40 |
| Binary | 1001011 | 1110100 | 101110 | 100011 | 0 | 111100 | 110111 | 1011111 | 101011 | 100000 |
Color Harmonies of #4B742E
Complementary color
Monochromatic Colors of #4B742E
Black with #4B742E
Text Example
Text Example
White with #4B742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B742E; }
p { color: rgb(75,116,46); }
H1.HeaderClassName
{
color: #4B742E;
}
.AnyTagClassName
{
color: #4B742E;
}
</style>
background-color css
<style>
a { background-color: #4B742E; }
a { background-color: rgb(75,116,46); }
div.DivClassName
{
background-color: #4B742E;
}
.BgClassName
{
background-color: #4B742E;
}
</style>
border-color css
<style>
span { border-color: #4B742E; }
span { border-color: rgb(75,116,46); }
td.TdClassName
{
border-color: #4B742E;
}
.TagClassName
{
border-color: #4B742E;
}
</style>