Shades of Dell #4A633A
Tints of Dell #4A633A
RGB
CMYK
RGB Variations
Color information
#4A633A (or 0x4A633A) is known color: Dell. HEX triplet: 4A, 63 and 3A. RGB value is (74,99,58). Sum of RGB (Red+Green+Blue) = 74+99+58=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #4A633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A633A is #B59CC5. Grayscale: #565656. Windows color (decimal): -11902150 or 3826506. OLE color: 3826506.
HSL color Cylindrical-coordinate representation of color #4A633A: hue angle of 96.59º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A633A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 58 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.61 |
| HSL | 96.59º | 0.26% | 0.31% | - |
| HSV(B) | 96.59º | 0.41% | 0.39% | - |
| XYZ | 8.05 | 10.69 | 5.64 | - |
| YUV | 86.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 58 | 0.25 | 0 | 0.41 | 0.61 | 96.59 | 0.26 | 0.31 |
| Hex | 4A | 63 | 3A | 19 | 0 | 29 | 3D | 61 | 1A | 1F |
| Octal | 112 | 143 | 72 | 31 | 0 | 51 | 75 | 141 | 32 | 37 |
| Binary | 1001010 | 1100011 | 111010 | 11001 | 0 | 101001 | 111101 | 1100001 | 11010 | 11111 |
Color Harmonies of #4A633A
Complementary color
Monochromatic Colors of #4A633A
Black with #4A633A
Text Example
Text Example
White with #4A633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A633A; }
p { color: rgb(74,99,58); }
H1.HeaderClassName
{
color: #4A633A;
}
.AnyTagClassName
{
color: #4A633A;
}
</style>
background-color css
<style>
a { background-color: #4A633A; }
a { background-color: rgb(74,99,58); }
div.DivClassName
{
background-color: #4A633A;
}
.BgClassName
{
background-color: #4A633A;
}
</style>
border-color css
<style>
span { border-color: #4A633A; }
span { border-color: rgb(74,99,58); }
td.TdClassName
{
border-color: #4A633A;
}
.TagClassName
{
border-color: #4A633A;
}
</style>