#4A662C

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

Shades of Dell #4A662C

Tints of Dell #4A662C

Color information

#4A662C (or 0x4A662C) is unknown color: approx Dell. HEX triplet: 4A, 66 and 2C. RGB value is (74,102,44). Sum of RGB (Red+Green+Blue) = 74+102+44=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #4A662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A662C is #B599D3. Grayscale: #575757. Windows color (decimal): -11901396 or 2909770. OLE color: 2909770.

HSL color Cylindrical-coordinate representation of color #4A662C: hue angle of 88.97º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A662C is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB7410244-
CMYK0.2700.570.6
HSL88.97º39.73%28.63%-
HSV(B)88.97º56.86%40%-
XYZ8.0311.144.11-
YUV87.02103.72118.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 102 (40.23% from 255) = 46.36%
BLUE value IS 44 (17.58% from 255) = 20%
R=33.64%
G=46.36%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102440.2700.570.688.9739.7328.63
Hex4A662C1B0393C59281d
Octal1121465433071741315035
Binary10010101100110101100110110111001111100101100110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,102,44); }

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

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

 a { background-color: rgb(74,102,44); }

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

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

 span { border-color: rgb(74,102,44); }

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