Shades of Dell #4B662F
Tints of Dell #4B662F
RGB
CMYK
RGB Variations
Color information
#4B662F (or 0x4B662F) is known color: Dell. HEX triplet: 4B, 66 and 2F. RGB value is (75,102,47). Sum of RGB (Red+Green+Blue) = 75+102+47=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #4B662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B662F is #B499D0. Grayscale: #575757. Windows color (decimal): -11835857 or 3106379. OLE color: 3106379.
HSL color Cylindrical-coordinate representation of color #4B662F: hue angle of 89.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B662F is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 102 | 47 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.6 |
| HSL | 89.45º | 0.37% | 0.29% | - |
| HSV(B) | 89.45º | 0.54% | 0.4% | - |
| XYZ | 8.17 | 11.2 | 4.42 | - |
| YUV | 87.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 102 | 47 | 0.26 | 0 | 0.54 | 0.6 | 89.45 | 0.37 | 0.29 |
| Hex | 4B | 66 | 2F | 1A | 0 | 36 | 3C | 59 | 25 | 1D |
| Octal | 113 | 146 | 57 | 32 | 0 | 66 | 74 | 131 | 45 | 35 |
| Binary | 1001011 | 1100110 | 101111 | 11010 | 0 | 110110 | 111100 | 1011001 | 100101 | 11101 |
Color Harmonies of #4B662F
Complementary color
Monochromatic Colors of #4B662F
Black with #4B662F
Text Example
Text Example
White with #4B662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B662F; }
p { color: rgb(75,102,47); }
H1.HeaderClassName
{
color: #4B662F;
}
.AnyTagClassName
{
color: #4B662F;
}
</style>
background-color css
<style>
a { background-color: #4B662F; }
a { background-color: rgb(75,102,47); }
div.DivClassName
{
background-color: #4B662F;
}
.BgClassName
{
background-color: #4B662F;
}
</style>
border-color css
<style>
span { border-color: #4B662F; }
span { border-color: rgb(75,102,47); }
td.TdClassName
{
border-color: #4B662F;
}
.TagClassName
{
border-color: #4B662F;
}
</style>