Shades of Dell #4B662C
Tints of Dell #4B662C
RGB
CMYK
RGB Variations
Color information
#4B662C (or 0x4B662C) is known color: Dell. HEX triplet: 4B, 66 and 2C. RGB value is (75,102,44). Sum of RGB (Red+Green+Blue) = 75+102+44=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #4B662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B662C is #B499D3. Grayscale: #575757. Windows color (decimal): -11835860 or 2909771. OLE color: 2909771.
HSL color Cylindrical-coordinate representation of color #4B662C: hue angle of 87.93º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B662C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 44 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.6 |
| HSL | 87.93º | 0.4% | 0.29% | - |
| HSV(B) | 87.93º | 0.57% | 0.4% | - |
| XYZ | 8.11 | 11.18 | 4.11 | - |
| YUV | 87.32 | 103.55 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 44 | 0.26 | 0 | 0.57 | 0.6 | 87.93 | 0.4 | 0.29 |
| Hex | 4B | 66 | 2C | 1A | 0 | 39 | 3C | 58 | 28 | 1D |
| Octal | 113 | 146 | 54 | 32 | 0 | 71 | 74 | 130 | 50 | 35 |
| Binary | 1001011 | 1100110 | 101100 | 11010 | 0 | 111001 | 111100 | 1011000 | 101000 | 11101 |
Color Harmonies of #4B662C
Complementary color
Monochromatic Colors of #4B662C
Black with #4B662C
Text Example
Text Example
White with #4B662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B662C; }
p { color: rgb(75,102,44); }
H1.HeaderClassName
{
color: #4B662C;
}
.AnyTagClassName
{
color: #4B662C;
}
</style>
background-color css
<style>
a { background-color: #4B662C; }
a { background-color: rgb(75,102,44); }
div.DivClassName
{
background-color: #4B662C;
}
.BgClassName
{
background-color: #4B662C;
}
</style>
border-color css
<style>
span { border-color: #4B662C; }
span { border-color: rgb(75,102,44); }
td.TdClassName
{
border-color: #4B662C;
}
.TagClassName
{
border-color: #4B662C;
}
</style>