Shades of Dell #4A6B2D
Tints of Dell #4A6B2D
RGB
CMYK
RGB Variations
Color information
#4A6B2D (or 0x4A6B2D) is known color: Dell. HEX triplet: 4A, 6B and 2D. RGB value is (74,107,45). Sum of RGB (Red+Green+Blue) = 74+107+45=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B2D is #B594D2. Grayscale: #5A5A5A. Windows color (decimal): -11900115 or 2976586. OLE color: 2976586.
HSL color Cylindrical-coordinate representation of color #4A6B2D: hue angle of 91.94º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A6B2D is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 107 | 45 | - |
| CMYK | 0.31 | 0 | 0.58 | 0.58 |
| HSL | 91.94º | 0.41% | 0.3% | - |
| HSV(B) | 91.94º | 0.58% | 0.42% | - |
| XYZ | 8.56 | 12.16 | 4.38 | - |
| YUV | 90.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 45 | 0.31 | 0 | 0.58 | 0.58 | 91.94 | 0.41 | 0.3 |
| Hex | 4A | 6B | 2D | 1F | 0 | 3A | 3A | 5C | 29 | 1E |
| Octal | 112 | 153 | 55 | 37 | 0 | 72 | 72 | 134 | 51 | 36 |
| Binary | 1001010 | 1101011 | 101101 | 11111 | 0 | 111010 | 111010 | 1011100 | 101001 | 11110 |
Color Harmonies of #4A6B2D
Complementary color
Monochromatic Colors of #4A6B2D
Black with #4A6B2D
Text Example
Text Example
White with #4A6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6B2D; }
p { color: rgb(74,107,45); }
H1.HeaderClassName
{
color: #4A6B2D;
}
.AnyTagClassName
{
color: #4A6B2D;
}
</style>
background-color css
<style>
a { background-color: #4A6B2D; }
a { background-color: rgb(74,107,45); }
div.DivClassName
{
background-color: #4A6B2D;
}
.BgClassName
{
background-color: #4A6B2D;
}
</style>
border-color css
<style>
span { border-color: #4A6B2D; }
span { border-color: rgb(74,107,45); }
td.TdClassName
{
border-color: #4A6B2D;
}
.TagClassName
{
border-color: #4A6B2D;
}
</style>