Shades of Dell #4B6F30
Tints of Dell #4B6F30
RGB
CMYK
RGB Variations
Color information
#4B6F30 (or 0x4B6F30) is known color: Dell. HEX triplet: 4B, 6F and 30. RGB value is (75,111,48). Sum of RGB (Red+Green+Blue) = 75+111+48=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #4B6F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6F30 is #B490CF. Grayscale: #5D5D5D. Windows color (decimal): -11833552 or 3174219. OLE color: 3174219.
HSL color Cylindrical-coordinate representation of color #4B6F30: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B6F30 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 111 | 48 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.56 |
| HSL | 94.29º | 0.4% | 0.31% | - |
| HSV(B) | 94.29º | 0.57% | 0.44% | - |
| XYZ | 9.12 | 13.08 | 4.84 | - |
| YUV | 93.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 111 | 48 | 0.32 | 0 | 0.57 | 0.56 | 94.29 | 0.4 | 0.31 |
| Hex | 4B | 6F | 30 | 20 | 0 | 39 | 38 | 5E | 28 | 1F |
| Octal | 113 | 157 | 60 | 40 | 0 | 71 | 70 | 136 | 50 | 37 |
| Binary | 1001011 | 1101111 | 110000 | 100000 | 0 | 111001 | 111000 | 1011110 | 101000 | 11111 |
Color Harmonies of #4B6F30
Complementary color
Monochromatic Colors of #4B6F30
Black with #4B6F30
Text Example
Text Example
White with #4B6F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6F30; }
p { color: rgb(75,111,48); }
H1.HeaderClassName
{
color: #4B6F30;
}
.AnyTagClassName
{
color: #4B6F30;
}
</style>
background-color css
<style>
a { background-color: #4B6F30; }
a { background-color: rgb(75,111,48); }
div.DivClassName
{
background-color: #4B6F30;
}
.BgClassName
{
background-color: #4B6F30;
}
</style>
border-color css
<style>
span { border-color: #4B6F30; }
span { border-color: rgb(75,111,48); }
td.TdClassName
{
border-color: #4B6F30;
}
.TagClassName
{
border-color: #4B6F30;
}
</style>