Shades of Dell #4A633B
Tints of Dell #4A633B
RGB
CMYK
RGB Variations
Color information
#4A633B (or 0x4A633B) is known color: Dell. HEX triplet: 4A, 63 and 3B. RGB value is (74,99,59). Sum of RGB (Red+Green+Blue) = 74+99+59=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #4A633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A633B is #B59CC4. Grayscale: #575757. Windows color (decimal): -11902149 or 3892042. OLE color: 3892042.
HSL color Cylindrical-coordinate representation of color #4A633B: hue angle of 97.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A633B is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 99 | 59 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.61 |
| HSL | 97.5º | 0.25% | 0.31% | - |
| HSV(B) | 97.5º | 0.4% | 0.39% | - |
| XYZ | 8.08 | 10.7 | 5.78 | - |
| YUV | 86.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 99 | 59 | 0.25 | 0 | 0.40 | 0.61 | 97.5 | 0.25 | 0.31 |
| Hex | 4A | 63 | 3B | 19 | 0 | 28 | 3D | 62 | 19 | 1F |
| Octal | 112 | 143 | 73 | 31 | 0 | 50 | 75 | 142 | 31 | 37 |
| Binary | 1001010 | 1100011 | 111011 | 11001 | 0 | 101000 | 111101 | 1100010 | 11001 | 11111 |
Color Harmonies of #4A633B
Complementary color
Monochromatic Colors of #4A633B
Black with #4A633B
Text Example
Text Example
White with #4A633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A633B; }
p { color: rgb(74,99,59); }
H1.HeaderClassName
{
color: #4A633B;
}
.AnyTagClassName
{
color: #4A633B;
}
</style>
background-color css
<style>
a { background-color: #4A633B; }
a { background-color: rgb(74,99,59); }
div.DivClassName
{
background-color: #4A633B;
}
.BgClassName
{
background-color: #4A633B;
}
</style>
border-color css
<style>
span { border-color: #4A633B; }
span { border-color: rgb(74,99,59); }
td.TdClassName
{
border-color: #4A633B;
}
.TagClassName
{
border-color: #4A633B;
}
</style>