Shades of Dell #4A673A
Tints of Dell #4A673A
RGB
CMYK
RGB Variations
Color information
#4A673A (or 0x4A673A) is known color: Dell. HEX triplet: 4A, 67 and 3A. RGB value is (74,103,58). Sum of RGB (Red+Green+Blue) = 74+103+58=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #4A673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A673A is #B598C5. Grayscale: #595959. Windows color (decimal): -11901126 or 3827530. OLE color: 3827530.
HSL color Cylindrical-coordinate representation of color #4A673A: hue angle of 98.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A673A is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 103 | 58 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.60 |
| HSL | 98.67º | 0.28% | 0.32% | - |
| HSV(B) | 98.67º | 0.44% | 0.4% | - |
| XYZ | 8.44 | 11.46 | 5.77 | - |
| YUV | 89.2 | 110.39 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 58 | 0.28 | 0 | 0.44 | 0.60 | 98.67 | 0.28 | 0.32 |
| Hex | 4A | 67 | 3A | 1C | 0 | 2C | 3C | 63 | 1C | 20 |
| Octal | 112 | 147 | 72 | 34 | 0 | 54 | 74 | 143 | 34 | 40 |
| Binary | 1001010 | 1100111 | 111010 | 11100 | 0 | 101100 | 111100 | 1100011 | 11100 | 100000 |
Color Harmonies of #4A673A
Complementary color
Monochromatic Colors of #4A673A
Black with #4A673A
Text Example
Text Example
White with #4A673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A673A; }
p { color: rgb(74,103,58); }
H1.HeaderClassName
{
color: #4A673A;
}
.AnyTagClassName
{
color: #4A673A;
}
</style>
background-color css
<style>
a { background-color: #4A673A; }
a { background-color: rgb(74,103,58); }
div.DivClassName
{
background-color: #4A673A;
}
.BgClassName
{
background-color: #4A673A;
}
</style>
border-color css
<style>
span { border-color: #4A673A; }
span { border-color: rgb(74,103,58); }
td.TdClassName
{
border-color: #4A673A;
}
.TagClassName
{
border-color: #4A673A;
}
</style>