Shades of Dell #4A603D
Tints of Dell #4A603D
RGB
CMYK
RGB Variations
Color information
#4A603D (or 0x4A603D) is known color: Dell. HEX triplet: 4A, 60 and 3D. RGB value is (74,96,61). Sum of RGB (Red+Green+Blue) = 74+96+61=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603D is #B59FC2. Grayscale: #555555. Windows color (decimal): -11902915 or 4022346. OLE color: 4022346.
HSL color Cylindrical-coordinate representation of color #4A603D: hue angle of 97.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A603D is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 61 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.62 |
| HSL | 97.71º | 0.22% | 0.31% | - |
| HSV(B) | 97.71º | 0.36% | 0.38% | - |
| XYZ | 7.85 | 10.16 | 5.96 | - |
| YUV | 85.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 61 | 0.23 | 0 | 0.36 | 0.62 | 97.71 | 0.22 | 0.31 |
| Hex | 4A | 60 | 3D | 17 | 0 | 24 | 3E | 62 | 16 | 1F |
| Octal | 112 | 140 | 75 | 27 | 0 | 44 | 76 | 142 | 26 | 37 |
| Binary | 1001010 | 1100000 | 111101 | 10111 | 0 | 100100 | 111110 | 1100010 | 10110 | 11111 |
Color Harmonies of #4A603D
Complementary color
Monochromatic Colors of #4A603D
Black with #4A603D
Text Example
Text Example
White with #4A603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A603D; }
p { color: rgb(74,96,61); }
H1.HeaderClassName
{
color: #4A603D;
}
.AnyTagClassName
{
color: #4A603D;
}
</style>
background-color css
<style>
a { background-color: #4A603D; }
a { background-color: rgb(74,96,61); }
div.DivClassName
{
background-color: #4A603D;
}
.BgClassName
{
background-color: #4A603D;
}
</style>
border-color css
<style>
span { border-color: #4A603D; }
span { border-color: rgb(74,96,61); }
td.TdClassName
{
border-color: #4A603D;
}
.TagClassName
{
border-color: #4A603D;
}
</style>