Shades of Dell #4A663C
Tints of Dell #4A663C
RGB
CMYK
RGB Variations
Color information
#4A663C (or 0x4A663C) is known color: Dell. HEX triplet: 4A, 66 and 3C. RGB value is (74,102,60). Sum of RGB (Red+Green+Blue) = 74+102+60=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #4A663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A663C is #B599C3. Grayscale: #585858. Windows color (decimal): -11901380 or 3958346. OLE color: 3958346.
HSL color Cylindrical-coordinate representation of color #4A663C: hue angle of 100º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A663C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 74 | 102 | 60 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.6 |
| HSL | 100º | 0.26% | 0.32% | - |
| HSV(B) | 100º | 0.41% | 0.4% | - |
| XYZ | 8.39 | 11.28 | 6.01 | - |
| YUV | 88.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 102 | 60 | 0.27 | 0 | 0.41 | 0.6 | 100 | 0.26 | 0.32 |
| Hex | 4A | 66 | 3C | 1B | 0 | 29 | 3C | 64 | 1A | 20 |
| Octal | 112 | 146 | 74 | 33 | 0 | 51 | 74 | 144 | 32 | 40 |
| Binary | 1001010 | 1100110 | 111100 | 11011 | 0 | 101001 | 111100 | 1100100 | 11010 | 100000 |
Color Harmonies of #4A663C
Complementary color
Monochromatic Colors of #4A663C
Black with #4A663C
Text Example
Text Example
White with #4A663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A663C; }
p { color: rgb(74,102,60); }
H1.HeaderClassName
{
color: #4A663C;
}
.AnyTagClassName
{
color: #4A663C;
}
</style>
background-color css
<style>
a { background-color: #4A663C; }
a { background-color: rgb(74,102,60); }
div.DivClassName
{
background-color: #4A663C;
}
.BgClassName
{
background-color: #4A663C;
}
</style>
border-color css
<style>
span { border-color: #4A663C; }
span { border-color: rgb(74,102,60); }
td.TdClassName
{
border-color: #4A663C;
}
.TagClassName
{
border-color: #4A663C;
}
</style>