Shades of Dell #4A6338
Tints of Dell #4A6338
RGB
CMYK
RGB Variations
Color information
#4A6338 (or 0x4A6338) is known color: Dell. HEX triplet: 4A, 63 and 38. RGB value is (74,99,56). Sum of RGB (Red+Green+Blue) = 74+99+56=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #4A6338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6338 is #B59CC7. Grayscale: #565656. Windows color (decimal): -11902152 or 3695434. OLE color: 3695434.
HSL color Cylindrical-coordinate representation of color #4A6338: hue angle of 94.88º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6338 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 56 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.61 |
| HSL | 94.88º | 0.28% | 0.3% | - |
| HSV(B) | 94.88º | 0.43% | 0.39% | - |
| XYZ | 8 | 10.67 | 5.38 | - |
| YUV | 86.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 56 | 0.25 | 0 | 0.43 | 0.61 | 94.88 | 0.28 | 0.3 |
| Hex | 4A | 63 | 38 | 19 | 0 | 2B | 3D | 5F | 1C | 1E |
| Octal | 112 | 143 | 70 | 31 | 0 | 53 | 75 | 137 | 34 | 36 |
| Binary | 1001010 | 1100011 | 111000 | 11001 | 0 | 101011 | 111101 | 1011111 | 11100 | 11110 |
Color Harmonies of #4A6338
Complementary color
Monochromatic Colors of #4A6338
Black with #4A6338
Text Example
Text Example
White with #4A6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6338; }
p { color: rgb(74,99,56); }
H1.HeaderClassName
{
color: #4A6338;
}
.AnyTagClassName
{
color: #4A6338;
}
</style>
background-color css
<style>
a { background-color: #4A6338; }
a { background-color: rgb(74,99,56); }
div.DivClassName
{
background-color: #4A6338;
}
.BgClassName
{
background-color: #4A6338;
}
</style>
border-color css
<style>
span { border-color: #4A6338; }
span { border-color: rgb(74,99,56); }
td.TdClassName
{
border-color: #4A6338;
}
.TagClassName
{
border-color: #4A6338;
}
</style>