Shades of Dell #4D633B
Tints of Dell #4D633B
RGB
CMYK
RGB Variations
Color information
#4D633B (or 0x4D633B) is known color: Dell. HEX triplet: 4D, 63 and 3B. RGB value is (77,99,59). Sum of RGB (Red+Green+Blue) = 77+99+59=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #4D633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D633B is #B29CC4. Grayscale: #575757. Windows color (decimal): -11705541 or 3892045. OLE color: 3892045.
HSL color Cylindrical-coordinate representation of color #4D633B: hue angle of 93º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D633B is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 59 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.61 |
| HSL | 93º | 0.25% | 0.31% | - |
| HSV(B) | 93º | 0.4% | 0.39% | - |
| XYZ | 8.31 | 10.82 | 5.79 | - |
| YUV | 87.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 59 | 0.22 | 0 | 0.40 | 0.61 | 93 | 0.25 | 0.31 |
| Hex | 4D | 63 | 3B | 16 | 0 | 28 | 3D | 5D | 19 | 1F |
| Octal | 115 | 143 | 73 | 26 | 0 | 50 | 75 | 135 | 31 | 37 |
| Binary | 1001101 | 1100011 | 111011 | 10110 | 0 | 101000 | 111101 | 1011101 | 11001 | 11111 |
Color Harmonies of #4D633B
Complementary color
Monochromatic Colors of #4D633B
Black with #4D633B
Text Example
Text Example
White with #4D633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D633B; }
p { color: rgb(77,99,59); }
H1.HeaderClassName
{
color: #4D633B;
}
.AnyTagClassName
{
color: #4D633B;
}
</style>
background-color css
<style>
a { background-color: #4D633B; }
a { background-color: rgb(77,99,59); }
div.DivClassName
{
background-color: #4D633B;
}
.BgClassName
{
background-color: #4D633B;
}
</style>
border-color css
<style>
span { border-color: #4D633B; }
span { border-color: rgb(77,99,59); }
td.TdClassName
{
border-color: #4D633B;
}
.TagClassName
{
border-color: #4D633B;
}
</style>