#46692C

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

Shades of Dell #46692C

Tints of Dell #46692C

Color information

#46692C (or 0x46692C) is unknown color: approx Dell. HEX triplet: 46, 69 and 2C. RGB value is (70,105,44). Sum of RGB (Red+Green+Blue) = 70+105+44=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #46692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46692C is #B996D3. Grayscale: #575757. Windows color (decimal): -12162772 or 2910534. OLE color: 2910534.

HSL color Cylindrical-coordinate representation of color #46692C: hue angle of 94.43º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46692C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB7010544-
CMYK0.3300.580.59
HSL94.43º40.94%29.22%-
HSV(B)94.43º58.1%41.18%-
XYZ8.0311.594.2-
YUV87.58103.4115.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=31.96%
G=47.95%
B=20.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105440.3300.580.5994.4340.9429.22
Hex46692C2103A3B5e291d
Octal1061515441072731365135
Binary100011011010011011001000010111010111011101111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46692C; }

 p { color: rgb(70,105,44); }

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

<style>
 a { background-color: #46692C; }

 a { background-color: rgb(70,105,44); }

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

<style>
 span { border-color: #46692C; }

 span { border-color: rgb(70,105,44); }

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