Shades of Dell #4B6034
Tints of Dell #4B6034
RGB
CMYK
RGB Variations
Color information
#4B6034 (or 0x4B6034) is known color: Dell. HEX triplet: 4B, 60 and 34. RGB value is (75,96,52). Sum of RGB (Red+Green+Blue) = 75+96+52=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6034 is #B49FCB. Grayscale: #545454. Windows color (decimal): -11837388 or 3432523. OLE color: 3432523.
HSL color Cylindrical-coordinate representation of color #4B6034: hue angle of 88.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B6034 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 52 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.62 |
| HSL | 88.64º | 0.3% | 0.29% | - |
| HSV(B) | 88.64º | 0.46% | 0.38% | - |
| XYZ | 7.7 | 10.11 | 4.79 | - |
| YUV | 84.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 52 | 0.22 | 0 | 0.46 | 0.62 | 88.64 | 0.3 | 0.29 |
| Hex | 4B | 60 | 34 | 16 | 0 | 2E | 3E | 59 | 1E | 1D |
| Octal | 113 | 140 | 64 | 26 | 0 | 56 | 76 | 131 | 36 | 35 |
| Binary | 1001011 | 1100000 | 110100 | 10110 | 0 | 101110 | 111110 | 1011001 | 11110 | 11101 |
Color Harmonies of #4B6034
Complementary color
Monochromatic Colors of #4B6034
Black with #4B6034
Text Example
Text Example
White with #4B6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6034; }
p { color: rgb(75,96,52); }
H1.HeaderClassName
{
color: #4B6034;
}
.AnyTagClassName
{
color: #4B6034;
}
</style>
background-color css
<style>
a { background-color: #4B6034; }
a { background-color: rgb(75,96,52); }
div.DivClassName
{
background-color: #4B6034;
}
.BgClassName
{
background-color: #4B6034;
}
</style>
border-color css
<style>
span { border-color: #4B6034; }
span { border-color: rgb(75,96,52); }
td.TdClassName
{
border-color: #4B6034;
}
.TagClassName
{
border-color: #4B6034;
}
</style>