Shades of Dell #4A672A
Tints of Dell #4A672A
RGB
CMYK
RGB Variations
Color information
#4A672A (or 0x4A672A) is known color: Dell. HEX triplet: 4A, 67 and 2A. RGB value is (74,103,42). Sum of RGB (Red+Green+Blue) = 74+103+42=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #4A672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A672A is #B598D5. Grayscale: #575757. Windows color (decimal): -11901142 or 2778954. OLE color: 2778954.
HSL color Cylindrical-coordinate representation of color #4A672A: hue angle of 88.52º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A672A is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 103 | 42 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.60 |
| HSL | 88.52º | 0.42% | 0.28% | - |
| HSV(B) | 88.52º | 0.59% | 0.4% | - |
| XYZ | 8.09 | 11.32 | 3.95 | - |
| YUV | 87.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 103 | 42 | 0.28 | 0 | 0.59 | 0.60 | 88.52 | 0.42 | 0.28 |
| Hex | 4A | 67 | 2A | 1C | 0 | 3B | 3C | 59 | 2A | 1C |
| Octal | 112 | 147 | 52 | 34 | 0 | 73 | 74 | 131 | 52 | 34 |
| Binary | 1001010 | 1100111 | 101010 | 11100 | 0 | 111011 | 111100 | 1011001 | 101010 | 11100 |
Color Harmonies of #4A672A
Complementary color
Monochromatic Colors of #4A672A
Black with #4A672A
Text Example
Text Example
White with #4A672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A672A; }
p { color: rgb(74,103,42); }
H1.HeaderClassName
{
color: #4A672A;
}
.AnyTagClassName
{
color: #4A672A;
}
</style>
background-color css
<style>
a { background-color: #4A672A; }
a { background-color: rgb(74,103,42); }
div.DivClassName
{
background-color: #4A672A;
}
.BgClassName
{
background-color: #4A672A;
}
</style>
border-color css
<style>
span { border-color: #4A672A; }
span { border-color: rgb(74,103,42); }
td.TdClassName
{
border-color: #4A672A;
}
.TagClassName
{
border-color: #4A672A;
}
</style>