Shades of Dell #4B633C
Tints of Dell #4B633C
RGB
CMYK
RGB Variations
Color information
#4B633C (or 0x4B633C) is known color: Dell. HEX triplet: 4B, 63 and 3C. RGB value is (75,99,60). Sum of RGB (Red+Green+Blue) = 75+99+60=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #4B633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B633C is #B49CC3. Grayscale: #575757. Windows color (decimal): -11836612 or 3957579. OLE color: 3957579.
HSL color Cylindrical-coordinate representation of color #4B633C: hue angle of 96.92º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B633C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 60 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.61 |
| HSL | 96.92º | 0.25% | 0.31% | - |
| HSV(B) | 96.92º | 0.39% | 0.39% | - |
| XYZ | 8.18 | 10.75 | 5.92 | - |
| YUV | 87.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 60 | 0.24 | 0 | 0.39 | 0.61 | 96.92 | 0.25 | 0.31 |
| Hex | 4B | 63 | 3C | 18 | 0 | 27 | 3D | 61 | 19 | 1F |
| Octal | 113 | 143 | 74 | 30 | 0 | 47 | 75 | 141 | 31 | 37 |
| Binary | 1001011 | 1100011 | 111100 | 11000 | 0 | 100111 | 111101 | 1100001 | 11001 | 11111 |
Color Harmonies of #4B633C
Complementary color
Monochromatic Colors of #4B633C
Black with #4B633C
Text Example
Text Example
White with #4B633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B633C; }
p { color: rgb(75,99,60); }
H1.HeaderClassName
{
color: #4B633C;
}
.AnyTagClassName
{
color: #4B633C;
}
</style>
background-color css
<style>
a { background-color: #4B633C; }
a { background-color: rgb(75,99,60); }
div.DivClassName
{
background-color: #4B633C;
}
.BgClassName
{
background-color: #4B633C;
}
</style>
border-color css
<style>
span { border-color: #4B633C; }
span { border-color: rgb(75,99,60); }
td.TdClassName
{
border-color: #4B633C;
}
.TagClassName
{
border-color: #4B633C;
}
</style>