Shades of Dell #4A613D
Tints of Dell #4A613D
RGB
CMYK
RGB Variations
Color information
#4A613D (or 0x4A613D) is known color: Dell. HEX triplet: 4A, 61 and 3D. RGB value is (74,97,61). Sum of RGB (Red+Green+Blue) = 74+97+61=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #4A613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A613D is #B59EC2. Grayscale: #565656. Windows color (decimal): -11902659 or 4022602. OLE color: 4022602.
HSL color Cylindrical-coordinate representation of color #4A613D: hue angle of 98.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A613D is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 61 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.62 |
| HSL | 98.33º | 0.23% | 0.31% | - |
| HSV(B) | 98.33º | 0.37% | 0.38% | - |
| XYZ | 7.94 | 10.34 | 5.99 | - |
| YUV | 86.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 61 | 0.24 | 0 | 0.37 | 0.62 | 98.33 | 0.23 | 0.31 |
| Hex | 4A | 61 | 3D | 18 | 0 | 25 | 3E | 62 | 17 | 1F |
| Octal | 112 | 141 | 75 | 30 | 0 | 45 | 76 | 142 | 27 | 37 |
| Binary | 1001010 | 1100001 | 111101 | 11000 | 0 | 100101 | 111110 | 1100010 | 10111 | 11111 |
Color Harmonies of #4A613D
Complementary color
Monochromatic Colors of #4A613D
Black with #4A613D
Text Example
Text Example
White with #4A613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A613D; }
p { color: rgb(74,97,61); }
H1.HeaderClassName
{
color: #4A613D;
}
.AnyTagClassName
{
color: #4A613D;
}
</style>
background-color css
<style>
a { background-color: #4A613D; }
a { background-color: rgb(74,97,61); }
div.DivClassName
{
background-color: #4A613D;
}
.BgClassName
{
background-color: #4A613D;
}
</style>
border-color css
<style>
span { border-color: #4A613D; }
span { border-color: rgb(74,97,61); }
td.TdClassName
{
border-color: #4A613D;
}
.TagClassName
{
border-color: #4A613D;
}
</style>