Shades of Dell #4A693A
Tints of Dell #4A693A
RGB
CMYK
RGB Variations
Color information
#4A693A (or 0x4A693A) is known color: Dell. HEX triplet: 4A, 69 and 3A. RGB value is (74,105,58). Sum of RGB (Red+Green+Blue) = 74+105+58=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693A is #B596C5. Grayscale: #5A5A5A. Windows color (decimal): -11900614 or 3828042. OLE color: 3828042.
HSL color Cylindrical-coordinate representation of color #4A693A: hue angle of 99.57º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A693A is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 58 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.59 |
| HSL | 99.57º | 0.29% | 0.32% | - |
| HSV(B) | 99.57º | 0.45% | 0.41% | - |
| XYZ | 8.64 | 11.86 | 5.84 | - |
| YUV | 90.37 | 109.73 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 58 | 0.30 | 0 | 0.45 | 0.59 | 99.57 | 0.29 | 0.32 |
| Hex | 4A | 69 | 3A | 1E | 0 | 2D | 3B | 64 | 1D | 20 |
| Octal | 112 | 151 | 72 | 36 | 0 | 55 | 73 | 144 | 35 | 40 |
| Binary | 1001010 | 1101001 | 111010 | 11110 | 0 | 101101 | 111011 | 1100100 | 11101 | 100000 |
Color Harmonies of #4A693A
Complementary color
Monochromatic Colors of #4A693A
Black with #4A693A
Text Example
Text Example
White with #4A693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A693A; }
p { color: rgb(74,105,58); }
H1.HeaderClassName
{
color: #4A693A;
}
.AnyTagClassName
{
color: #4A693A;
}
</style>
background-color css
<style>
a { background-color: #4A693A; }
a { background-color: rgb(74,105,58); }
div.DivClassName
{
background-color: #4A693A;
}
.BgClassName
{
background-color: #4A693A;
}
</style>
border-color css
<style>
span { border-color: #4A693A; }
span { border-color: rgb(74,105,58); }
td.TdClassName
{
border-color: #4A693A;
}
.TagClassName
{
border-color: #4A693A;
}
</style>