Shades of Dell #4A603B
Tints of Dell #4A603B
RGB
CMYK
RGB Variations
Color information
#4A603B (or 0x4A603B) is known color: Dell. HEX triplet: 4A, 60 and 3B. RGB value is (74,96,59). Sum of RGB (Red+Green+Blue) = 74+96+59=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603B is #B59FC4. Grayscale: #555555. Windows color (decimal): -11902917 or 3891274. OLE color: 3891274.
HSL color Cylindrical-coordinate representation of color #4A603B: hue angle of 95.68º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4A603B is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 59 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.62 |
| HSL | 95.68º | 0.24% | 0.3% | - |
| HSV(B) | 95.68º | 0.39% | 0.38% | - |
| XYZ | 7.8 | 10.14 | 5.68 | - |
| YUV | 85.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 59 | 0.23 | 0 | 0.39 | 0.62 | 95.68 | 0.24 | 0.3 |
| Hex | 4A | 60 | 3B | 17 | 0 | 27 | 3E | 60 | 18 | 1E |
| Octal | 112 | 140 | 73 | 27 | 0 | 47 | 76 | 140 | 30 | 36 |
| Binary | 1001010 | 1100000 | 111011 | 10111 | 0 | 100111 | 111110 | 1100000 | 11000 | 11110 |
Color Harmonies of #4A603B
Complementary color
Monochromatic Colors of #4A603B
Black with #4A603B
Text Example
Text Example
White with #4A603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A603B; }
p { color: rgb(74,96,59); }
H1.HeaderClassName
{
color: #4A603B;
}
.AnyTagClassName
{
color: #4A603B;
}
</style>
background-color css
<style>
a { background-color: #4A603B; }
a { background-color: rgb(74,96,59); }
div.DivClassName
{
background-color: #4A603B;
}
.BgClassName
{
background-color: #4A603B;
}
</style>
border-color css
<style>
span { border-color: #4A603B; }
span { border-color: rgb(74,96,59); }
td.TdClassName
{
border-color: #4A603B;
}
.TagClassName
{
border-color: #4A603B;
}
</style>