Shades of Dell #4B673C
Tints of Dell #4B673C
RGB
CMYK
RGB Variations
Color information
#4B673C (or 0x4B673C) is known color: Dell. HEX triplet: 4B, 67 and 3C. RGB value is (75,103,60). Sum of RGB (Red+Green+Blue) = 75+103+60=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #4B673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B673C is #B498C3. Grayscale: #595959. Windows color (decimal): -11835588 or 3958603. OLE color: 3958603.
HSL color Cylindrical-coordinate representation of color #4B673C: hue angle of 99.07º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B673C is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 60 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.60 |
| HSL | 99.07º | 0.26% | 0.32% | - |
| HSV(B) | 99.07º | 0.42% | 0.4% | - |
| XYZ | 8.57 | 11.52 | 6.05 | - |
| YUV | 89.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 60 | 0.27 | 0 | 0.42 | 0.60 | 99.07 | 0.26 | 0.32 |
| Hex | 4B | 67 | 3C | 1B | 0 | 2A | 3C | 63 | 1A | 20 |
| Octal | 113 | 147 | 74 | 33 | 0 | 52 | 74 | 143 | 32 | 40 |
| Binary | 1001011 | 1100111 | 111100 | 11011 | 0 | 101010 | 111100 | 1100011 | 11010 | 100000 |
Color Harmonies of #4B673C
Complementary color
Monochromatic Colors of #4B673C
Black with #4B673C
Text Example
Text Example
White with #4B673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B673C; }
p { color: rgb(75,103,60); }
H1.HeaderClassName
{
color: #4B673C;
}
.AnyTagClassName
{
color: #4B673C;
}
</style>
background-color css
<style>
a { background-color: #4B673C; }
a { background-color: rgb(75,103,60); }
div.DivClassName
{
background-color: #4B673C;
}
.BgClassName
{
background-color: #4B673C;
}
</style>
border-color css
<style>
span { border-color: #4B673C; }
span { border-color: rgb(75,103,60); }
td.TdClassName
{
border-color: #4B673C;
}
.TagClassName
{
border-color: #4B673C;
}
</style>