#466E2B

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

Shades of Dell #466E2B

Tints of Dell #466E2B

Color information

#466E2B (or 0x466E2B) is unknown color: approx Dell. HEX triplet: 46, 6E and 2B. RGB value is (70,110,43). Sum of RGB (Red+Green+Blue) = 70+110+43=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #466E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E2B is #B991D4. Grayscale: #5A5A5A. Windows color (decimal): -12161493 or 2846278. OLE color: 2846278.

HSL color Cylindrical-coordinate representation of color #466E2B: hue angle of 95.82º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #466E2B is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB7011043-
CMYK0.3600.610.57
HSL95.82º43.79%30%-
HSV(B)95.82º60.91%43.14%-
XYZ8.5412.634.27-
YUV90.4101.25113.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=31.39%
G=49.33%
B=19.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70110430.3600.610.5795.8243.7930
Hex466E2B2403D39602c1e
Octal1061565344075711405436
Binary100011011011101010111001000111101111001110000010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466E2B; }

 p { color: rgb(70,110,43); }

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

<style>
 a { background-color: #466E2B; }

 a { background-color: rgb(70,110,43); }

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

<style>
 span { border-color: #466E2B; }

 span { border-color: rgb(70,110,43); }

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