#4A662B

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

Shades of Dell #4A662B

Tints of Dell #4A662B

Color information

#4A662B (or 0x4A662B) is unknown color: approx Dell. HEX triplet: 4A, 66 and 2B. RGB value is (74,102,43). Sum of RGB (Red+Green+Blue) = 74+102+43=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #4A662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A662B is #B599D4. Grayscale: #575757. Windows color (decimal): -11901397 or 2844234. OLE color: 2844234.

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

Color convert

RGB7410243-
CMYK0.2700.580.6
HSL88.47º40.69%28.43%-
HSV(B)88.47º57.84%40%-
XYZ8.0111.134.01-
YUV86.9103.22118.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 102 (40.23% from 255) = 46.58%
BLUE value IS 43 (17.19% from 255) = 19.63%
R=33.79%
G=46.58%
B=19.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal74102430.2700.580.688.4740.6928.43
Hex4A662B1B03A3C58291c
Octal1121465333072741305134
Binary10010101100110101011110110111010111100101100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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