Shades of Dell #4A603C
Tints of Dell #4A603C
RGB
CMYK
RGB Variations
Color information
#4A603C (or 0x4A603C) is known color: Dell. HEX triplet: 4A, 60 and 3C. RGB value is (74,96,60). Sum of RGB (Red+Green+Blue) = 74+96+60=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603C is #B59FC3. Grayscale: #555555. Windows color (decimal): -11902916 or 3956810. OLE color: 3956810.
HSL color Cylindrical-coordinate representation of color #4A603C: hue angle of 96.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A603C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 60 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.62 |
| HSL | 96.67º | 0.23% | 0.31% | - |
| HSV(B) | 96.67º | 0.38% | 0.38% | - |
| XYZ | 7.82 | 10.15 | 5.82 | - |
| YUV | 85.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 60 | 0.23 | 0 | 0.38 | 0.62 | 96.67 | 0.23 | 0.31 |
| Hex | 4A | 60 | 3C | 17 | 0 | 26 | 3E | 61 | 17 | 1F |
| Octal | 112 | 140 | 74 | 27 | 0 | 46 | 76 | 141 | 27 | 37 |
| Binary | 1001010 | 1100000 | 111100 | 10111 | 0 | 100110 | 111110 | 1100001 | 10111 | 11111 |
Color Harmonies of #4A603C
Complementary color
Monochromatic Colors of #4A603C
Black with #4A603C
Text Example
Text Example
White with #4A603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A603C; }
p { color: rgb(74,96,60); }
H1.HeaderClassName
{
color: #4A603C;
}
.AnyTagClassName
{
color: #4A603C;
}
</style>
background-color css
<style>
a { background-color: #4A603C; }
a { background-color: rgb(74,96,60); }
div.DivClassName
{
background-color: #4A603C;
}
.BgClassName
{
background-color: #4A603C;
}
</style>
border-color css
<style>
span { border-color: #4A603C; }
span { border-color: rgb(74,96,60); }
td.TdClassName
{
border-color: #4A603C;
}
.TagClassName
{
border-color: #4A603C;
}
</style>