Shades of Dell #4B6D39
Tints of Dell #4B6D39
RGB
CMYK
RGB Variations
Color information
#4B6D39 (or 0x4B6D39) is known color: Dell. HEX triplet: 4B, 6D and 39. RGB value is (75,109,57). Sum of RGB (Red+Green+Blue) = 75+109+57=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6D39 is #B492C6. Grayscale: #5D5D5D. Windows color (decimal): -11834055 or 3763531. OLE color: 3763531.
HSL color Cylindrical-coordinate representation of color #4B6D39: hue angle of 99.23º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B6D39 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 57 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.57 |
| HSL | 99.23º | 0.31% | 0.33% | - |
| HSV(B) | 99.23º | 0.48% | 0.43% | - |
| XYZ | 9.11 | 12.73 | 5.85 | - |
| YUV | 92.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 57 | 0.31 | 0 | 0.48 | 0.57 | 99.23 | 0.31 | 0.33 |
| Hex | 4B | 6D | 39 | 1F | 0 | 30 | 39 | 63 | 1F | 21 |
| Octal | 113 | 155 | 71 | 37 | 0 | 60 | 71 | 143 | 37 | 41 |
| Binary | 1001011 | 1101101 | 111001 | 11111 | 0 | 110000 | 111001 | 1100011 | 11111 | 100001 |
Color Harmonies of #4B6D39
Complementary color
Monochromatic Colors of #4B6D39
Black with #4B6D39
Text Example
Text Example
White with #4B6D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D39; }
p { color: rgb(75,109,57); }
H1.HeaderClassName
{
color: #4B6D39;
}
.AnyTagClassName
{
color: #4B6D39;
}
</style>
background-color css
<style>
a { background-color: #4B6D39; }
a { background-color: rgb(75,109,57); }
div.DivClassName
{
background-color: #4B6D39;
}
.BgClassName
{
background-color: #4B6D39;
}
</style>
border-color css
<style>
span { border-color: #4B6D39; }
span { border-color: rgb(75,109,57); }
td.TdClassName
{
border-color: #4B6D39;
}
.TagClassName
{
border-color: #4B6D39;
}
</style>