Shades of Dell #4B6035
Tints of Dell #4B6035
RGB
CMYK
RGB Variations
Color information
#4B6035 (or 0x4B6035) is known color: Dell. HEX triplet: 4B, 60 and 35. RGB value is (75,96,53). Sum of RGB (Red+Green+Blue) = 75+96+53=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6035 is #B49FCA. Grayscale: #545454. Windows color (decimal): -11837387 or 3498059. OLE color: 3498059.
HSL color Cylindrical-coordinate representation of color #4B6035: hue angle of 89.3º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B6035 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 53 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.62 |
| HSL | 89.3º | 0.29% | 0.29% | - |
| HSV(B) | 89.3º | 0.45% | 0.38% | - |
| XYZ | 7.73 | 10.12 | 4.91 | - |
| YUV | 84.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 53 | 0.22 | 0 | 0.45 | 0.62 | 89.3 | 0.29 | 0.29 |
| Hex | 4B | 60 | 35 | 16 | 0 | 2D | 3E | 59 | 1D | 1D |
| Octal | 113 | 140 | 65 | 26 | 0 | 55 | 76 | 131 | 35 | 35 |
| Binary | 1001011 | 1100000 | 110101 | 10110 | 0 | 101101 | 111110 | 1011001 | 11101 | 11101 |
Color Harmonies of #4B6035
Complementary color
Monochromatic Colors of #4B6035
Black with #4B6035
Text Example
Text Example
White with #4B6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6035; }
p { color: rgb(75,96,53); }
H1.HeaderClassName
{
color: #4B6035;
}
.AnyTagClassName
{
color: #4B6035;
}
</style>
background-color css
<style>
a { background-color: #4B6035; }
a { background-color: rgb(75,96,53); }
div.DivClassName
{
background-color: #4B6035;
}
.BgClassName
{
background-color: #4B6035;
}
</style>
border-color css
<style>
span { border-color: #4B6035; }
span { border-color: rgb(75,96,53); }
td.TdClassName
{
border-color: #4B6035;
}
.TagClassName
{
border-color: #4B6035;
}
</style>