Shades of Dell #4B643B
Tints of Dell #4B643B
RGB
CMYK
RGB Variations
Color information
#4B643B (or 0x4B643B) is known color: Dell. HEX triplet: 4B, 64 and 3B. RGB value is (75,100,59). Sum of RGB (Red+Green+Blue) = 75+100+59=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #4B643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B643B is #B49BC4. Grayscale: #575757. Windows color (decimal): -11836357 or 3892299. OLE color: 3892299.
HSL color Cylindrical-coordinate representation of color #4B643B: hue angle of 96.59º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B643B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 59 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.61 |
| HSL | 96.59º | 0.26% | 0.31% | - |
| HSV(B) | 96.59º | 0.41% | 0.39% | - |
| XYZ | 8.25 | 10.93 | 5.81 | - |
| YUV | 87.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 59 | 0.25 | 0 | 0.41 | 0.61 | 96.59 | 0.26 | 0.31 |
| Hex | 4B | 64 | 3B | 19 | 0 | 29 | 3D | 61 | 1A | 1F |
| Octal | 113 | 144 | 73 | 31 | 0 | 51 | 75 | 141 | 32 | 37 |
| Binary | 1001011 | 1100100 | 111011 | 11001 | 0 | 101001 | 111101 | 1100001 | 11010 | 11111 |
Color Harmonies of #4B643B
Complementary color
Monochromatic Colors of #4B643B
Black with #4B643B
Text Example
Text Example
White with #4B643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B643B; }
p { color: rgb(75,100,59); }
H1.HeaderClassName
{
color: #4B643B;
}
.AnyTagClassName
{
color: #4B643B;
}
</style>
background-color css
<style>
a { background-color: #4B643B; }
a { background-color: rgb(75,100,59); }
div.DivClassName
{
background-color: #4B643B;
}
.BgClassName
{
background-color: #4B643B;
}
</style>
border-color css
<style>
span { border-color: #4B643B; }
span { border-color: rgb(75,100,59); }
td.TdClassName
{
border-color: #4B643B;
}
.TagClassName
{
border-color: #4B643B;
}
</style>