#4A682E

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

Shades of Dell #4A682E

Tints of Dell #4A682E

Color information

#4A682E (or 0x4A682E) is unknown color: approx Dell. HEX triplet: 4A, 68 and 2E. RGB value is (74,104,46). Sum of RGB (Red+Green+Blue) = 74+104+46=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #4A682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A682E is #B597D1. Grayscale: #585858. Windows color (decimal): -11900882 or 3041354. OLE color: 3041354.

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

Color convert

RGB7410446-
CMYK0.2900.560.59
HSL91.03º38.67%29.41%-
HSV(B)91.03º55.77%40.78%-
XYZ8.2711.554.38-
YUV88.42104.06117.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 104 (41.02% from 255) = 46.43%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=33.04%
G=46.43%
B=20.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104460.2900.560.5991.0338.6729.41
Hex4A682E1D0383B5b271d
Octal1121505635070731334735
Binary10010101101000101110111010111000111011101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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