#4A682A

Color #4A682A Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4A682A

Tints of Dell #4A682A

Color information

#4A682A (or 0x4A682A) is unknown color: approx Dell. HEX triplet: 4A, 68 and 2A. RGB value is (74,104,42). Sum of RGB (Red+Green+Blue) = 74+104+42=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 104 - color contains mainly: green. Hex color #4A682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A682A is #B597D5. Grayscale: #585858. Windows color (decimal): -11900886 or 2779210. OLE color: 2779210.

HSL color Cylindrical-coordinate representation of color #4A682A: hue angle of 89.03º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A682A is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB7410442-
CMYK0.2900.600.59
HSL89.03º42.47%28.63%-
HSV(B)89.03º59.62%40.78%-
XYZ8.1911.523.98-
YUV87.96102.06118.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=33.64%
G=47.27%
B=19.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104420.2900.600.5989.0342.4728.63
Hex4A682A1D03C3B592a1d
Octal1121505235074731315235
Binary10010101101000101010111010111100111011101100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A682A; }

 p { color: rgb(74,104,42); }

 H1.HeaderClassName
 {
   color: #4A682A;
 }
 .AnyTagClassName
 {
   color: #4A682A;
 }
</style>
background-color css

<style>
 a { background-color: #4A682A; }

 a { background-color: rgb(74,104,42); }

 div.DivClassName
 {
   background-color: #4A682A;
 }
 .BgClassName
 {
   background-color: #4A682A;
 }
</style>
border-color css

<style>
 span { border-color: #4A682A; }

 span { border-color: rgb(74,104,42); }

 td.TdClassName
 {
   border-color: #4A682A;
 }
 .TagClassName
 {
   border-color: #4A682A;
 }
</style>