Shades of Dell #4C663B
Tints of Dell #4C663B
RGB
CMYK
RGB Variations
Color information
#4C663B (or 0x4C663B) is known color: Dell. HEX triplet: 4C, 66 and 3B. RGB value is (76,102,59). Sum of RGB (Red+Green+Blue) = 76+102+59=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #4C663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C663B is #B399C4. Grayscale: #595959. Windows color (decimal): -11770309 or 3892812. OLE color: 3892812.
HSL color Cylindrical-coordinate representation of color #4C663B: hue angle of 96.28º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C663B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 59 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.6 |
| HSL | 96.28º | 0.27% | 0.32% | - |
| HSV(B) | 96.28º | 0.42% | 0.4% | - |
| XYZ | 8.52 | 11.36 | 5.88 | - |
| YUV | 89.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 59 | 0.25 | 0 | 0.42 | 0.6 | 96.28 | 0.27 | 0.32 |
| Hex | 4C | 66 | 3B | 19 | 0 | 2A | 3C | 60 | 1B | 20 |
| Octal | 114 | 146 | 73 | 31 | 0 | 52 | 74 | 140 | 33 | 40 |
| Binary | 1001100 | 1100110 | 111011 | 11001 | 0 | 101010 | 111100 | 1100000 | 11011 | 100000 |
Color Harmonies of #4C663B
Complementary color
Monochromatic Colors of #4C663B
Black with #4C663B
Text Example
Text Example
White with #4C663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C663B; }
p { color: rgb(76,102,59); }
H1.HeaderClassName
{
color: #4C663B;
}
.AnyTagClassName
{
color: #4C663B;
}
</style>
background-color css
<style>
a { background-color: #4C663B; }
a { background-color: rgb(76,102,59); }
div.DivClassName
{
background-color: #4C663B;
}
.BgClassName
{
background-color: #4C663B;
}
</style>
border-color css
<style>
span { border-color: #4C663B; }
span { border-color: rgb(76,102,59); }
td.TdClassName
{
border-color: #4C663B;
}
.TagClassName
{
border-color: #4C663B;
}
</style>