#46662E

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

Shades of Dell #46662E

Tints of Dell #46662E

Color information

#46662E (or 0x46662E) is unknown color: approx Dell. HEX triplet: 46, 66 and 2E. RGB value is (70,102,46). Sum of RGB (Red+Green+Blue) = 70+102+46=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #46662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46662E is #B999D1. Grayscale: #565656. Windows color (decimal): -12163538 or 3040838. OLE color: 3040838.

HSL color Cylindrical-coordinate representation of color #46662E: hue angle of 94.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46662E is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB7010246-
CMYK0.3100.550.6
HSL94.29º37.84%29.02%-
HSV(B)94.29º54.9%40%-
XYZ7.77114.3-
YUV86.05105.4116.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 102 (40.23% from 255) = 46.79%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=32.11%
G=46.79%
B=21.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102460.3100.550.694.2937.8429.02
Hex46662E1F0373C5e261d
Octal1061465637067741364635
Binary10001101100110101110111110110111111100101111010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46662E; }

 p { color: rgb(70,102,46); }

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

<style>
 a { background-color: #46662E; }

 a { background-color: rgb(70,102,46); }

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

<style>
 span { border-color: #46662E; }

 span { border-color: rgb(70,102,46); }

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