Shades of Dell #4A632C
Tints of Dell #4A632C
RGB
CMYK
RGB Variations
Color information
#4A632C (or 0x4A632C) is known color: Dell. HEX triplet: 4A, 63 and 2C. RGB value is (74,99,44). Sum of RGB (Red+Green+Blue) = 74+99+44=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #4A632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A632C is #B59CD3. Grayscale: #555555. Windows color (decimal): -11902164 or 2909002. OLE color: 2909002.
HSL color Cylindrical-coordinate representation of color #4A632C: hue angle of 87.27º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A632C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 44 | - |
| CMYK | 0.25 | 0 | 0.56 | 0.61 |
| HSL | 87.27º | 0.38% | 0.28% | - |
| HSV(B) | 87.27º | 0.56% | 0.39% | - |
| XYZ | 7.74 | 10.56 | 4.01 | - |
| YUV | 85.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 44 | 0.25 | 0 | 0.56 | 0.61 | 87.27 | 0.38 | 0.28 |
| Hex | 4A | 63 | 2C | 19 | 0 | 38 | 3D | 57 | 26 | 1C |
| Octal | 112 | 143 | 54 | 31 | 0 | 70 | 75 | 127 | 46 | 34 |
| Binary | 1001010 | 1100011 | 101100 | 11001 | 0 | 111000 | 111101 | 1010111 | 100110 | 11100 |
Color Harmonies of #4A632C
Complementary color
Monochromatic Colors of #4A632C
Black with #4A632C
Text Example
Text Example
White with #4A632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A632C; }
p { color: rgb(74,99,44); }
H1.HeaderClassName
{
color: #4A632C;
}
.AnyTagClassName
{
color: #4A632C;
}
</style>
background-color css
<style>
a { background-color: #4A632C; }
a { background-color: rgb(74,99,44); }
div.DivClassName
{
background-color: #4A632C;
}
.BgClassName
{
background-color: #4A632C;
}
</style>
border-color css
<style>
span { border-color: #4A632C; }
span { border-color: rgb(74,99,44); }
td.TdClassName
{
border-color: #4A632C;
}
.TagClassName
{
border-color: #4A632C;
}
</style>