#476A2A

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

Shades of Dell #476A2A

Tints of Dell #476A2A

Color information

#476A2A (or 0x476A2A) is unknown color: approx Dell. HEX triplet: 47, 6A and 2A. RGB value is (71,106,42). Sum of RGB (Red+Green+Blue) = 71+106+42=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #476A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476A2A is #B895D5. Grayscale: #585858. Windows color (decimal): -12096982 or 2779719. OLE color: 2779719.

HSL color Cylindrical-coordinate representation of color #476A2A: hue angle of 92.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476A2A is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB7110642-
CMYK0.3300.600.58
HSL92.81º43.24%29.02%-
HSV(B)92.81º60.38%41.57%-
XYZ8.1711.814.04-
YUV88.24101.9115.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=32.42%
G=48.40%
B=19.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106420.3300.600.5892.8143.2429.02
Hex476A2A2103C3A5d2b1d
Octal1071525241074721355335
Binary100011111010101010101000010111100111010101110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476A2A; }

 p { color: rgb(71,106,42); }

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

<style>
 a { background-color: #476A2A; }

 a { background-color: rgb(71,106,42); }

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

<style>
 span { border-color: #476A2A; }

 span { border-color: rgb(71,106,42); }

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