Shades of Dell #4B603C
Tints of Dell #4B603C
RGB
CMYK
RGB Variations
Color information
#4B603C (or 0x4B603C) is known color: Dell. HEX triplet: 4B, 60 and 3C. RGB value is (75,96,60). Sum of RGB (Red+Green+Blue) = 75+96+60=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #4B603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B603C is #B49FC3. Grayscale: #555555. Windows color (decimal): -11837380 or 3956811. OLE color: 3956811.
HSL color Cylindrical-coordinate representation of color #4B603C: hue angle of 95º 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 #4B603C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 60 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.62 |
| HSL | 95º | 0.23% | 0.31% | - |
| HSV(B) | 95º | 0.38% | 0.38% | - |
| XYZ | 7.9 | 10.19 | 5.83 | - |
| YUV | 85.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 60 | 0.22 | 0 | 0.38 | 0.62 | 95 | 0.23 | 0.31 |
| Hex | 4B | 60 | 3C | 16 | 0 | 26 | 3E | 5F | 17 | 1F |
| Octal | 113 | 140 | 74 | 26 | 0 | 46 | 76 | 137 | 27 | 37 |
| Binary | 1001011 | 1100000 | 111100 | 10110 | 0 | 100110 | 111110 | 1011111 | 10111 | 11111 |
Color Harmonies of #4B603C
Complementary color
Monochromatic Colors of #4B603C
Black with #4B603C
Text Example
Text Example
White with #4B603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B603C; }
p { color: rgb(75,96,60); }
H1.HeaderClassName
{
color: #4B603C;
}
.AnyTagClassName
{
color: #4B603C;
}
</style>
background-color css
<style>
a { background-color: #4B603C; }
a { background-color: rgb(75,96,60); }
div.DivClassName
{
background-color: #4B603C;
}
.BgClassName
{
background-color: #4B603C;
}
</style>
border-color css
<style>
span { border-color: #4B603C; }
span { border-color: rgb(75,96,60); }
td.TdClassName
{
border-color: #4B603C;
}
.TagClassName
{
border-color: #4B603C;
}
</style>