#46622E

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

Shades of Dell #46622E

Tints of Dell #46622E

Color information

#46622E (or 0x46622E) is unknown color: approx Dell. HEX triplet: 46, 62 and 2E. RGB value is (70,98,46). Sum of RGB (Red+Green+Blue) = 70+98+46=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #46622E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46622E is #B99DD1. Grayscale: #535353. Windows color (decimal): -12164562 or 3039814. OLE color: 3039814.

HSL color Cylindrical-coordinate representation of color #46622E: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46622E is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB709846-
CMYK0.2900.530.62
HSL92.31º36.11%28.24%-
HSV(B)92.31º53.06%38.43%-
XYZ7.3910.234.17-
YUV83.7106.72118.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=32.71%
G=45.79%
B=21.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098460.2900.530.6292.3136.1128.24
Hex46622E1D0353E5c241c
Octal1061425635065761344434
Binary10001101100010101110111010110101111110101110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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