Shades of Dell #4B6830
Tints of Dell #4B6830
RGB
CMYK
RGB Variations
Color information
#4B6830 (or 0x4B6830) is known color: Dell. HEX triplet: 4B, 68 and 30. RGB value is (75,104,48). Sum of RGB (Red+Green+Blue) = 75+104+48=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6830 is #B497CF. Grayscale: #595959. Windows color (decimal): -11835344 or 3172427. OLE color: 3172427.
HSL color Cylindrical-coordinate representation of color #4B6830: hue angle of 91.07º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B6830 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 48 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.59 |
| HSL | 91.07º | 0.37% | 0.3% | - |
| HSV(B) | 91.07º | 0.54% | 0.41% | - |
| XYZ | 8.39 | 11.61 | 4.6 | - |
| YUV | 88.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 48 | 0.28 | 0 | 0.54 | 0.59 | 91.07 | 0.37 | 0.3 |
| Hex | 4B | 68 | 30 | 1C | 0 | 36 | 3B | 5B | 25 | 1E |
| Octal | 113 | 150 | 60 | 34 | 0 | 66 | 73 | 133 | 45 | 36 |
| Binary | 1001011 | 1101000 | 110000 | 11100 | 0 | 110110 | 111011 | 1011011 | 100101 | 11110 |
Color Harmonies of #4B6830
Complementary color
Monochromatic Colors of #4B6830
Black with #4B6830
Text Example
Text Example
White with #4B6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6830; }
p { color: rgb(75,104,48); }
H1.HeaderClassName
{
color: #4B6830;
}
.AnyTagClassName
{
color: #4B6830;
}
</style>
background-color css
<style>
a { background-color: #4B6830; }
a { background-color: rgb(75,104,48); }
div.DivClassName
{
background-color: #4B6830;
}
.BgClassName
{
background-color: #4B6830;
}
</style>
border-color css
<style>
span { border-color: #4B6830; }
span { border-color: rgb(75,104,48); }
td.TdClassName
{
border-color: #4B6830;
}
.TagClassName
{
border-color: #4B6830;
}
</style>