Shades of Dell #4D603B
Tints of Dell #4D603B
RGB
CMYK
RGB Variations
Color information
#4D603B (or 0x4D603B) is known color: Dell. HEX triplet: 4D, 60 and 3B. RGB value is (77,96,59). Sum of RGB (Red+Green+Blue) = 77+96+59=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #4D603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D603B is #B29FC4. Grayscale: #565656. Windows color (decimal): -11706309 or 3891277. OLE color: 3891277.
HSL color Cylindrical-coordinate representation of color #4D603B: hue angle of 90.81º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D603B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 59 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.62 |
| HSL | 90.81º | 0.24% | 0.3% | - |
| HSV(B) | 90.81º | 0.39% | 0.38% | - |
| XYZ | 8.03 | 10.26 | 5.69 | - |
| YUV | 86.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 59 | 0.20 | 0 | 0.39 | 0.62 | 90.81 | 0.24 | 0.3 |
| Hex | 4D | 60 | 3B | 14 | 0 | 27 | 3E | 5B | 18 | 1E |
| Octal | 115 | 140 | 73 | 24 | 0 | 47 | 76 | 133 | 30 | 36 |
| Binary | 1001101 | 1100000 | 111011 | 10100 | 0 | 100111 | 111110 | 1011011 | 11000 | 11110 |
Color Harmonies of #4D603B
Complementary color
Monochromatic Colors of #4D603B
Black with #4D603B
Text Example
Text Example
White with #4D603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D603B; }
p { color: rgb(77,96,59); }
H1.HeaderClassName
{
color: #4D603B;
}
.AnyTagClassName
{
color: #4D603B;
}
</style>
background-color css
<style>
a { background-color: #4D603B; }
a { background-color: rgb(77,96,59); }
div.DivClassName
{
background-color: #4D603B;
}
.BgClassName
{
background-color: #4D603B;
}
</style>
border-color css
<style>
span { border-color: #4D603B; }
span { border-color: rgb(77,96,59); }
td.TdClassName
{
border-color: #4D603B;
}
.TagClassName
{
border-color: #4D603B;
}
</style>