#466929

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

Shades of Dell #466929

Tints of Dell #466929

Color information

#466929 (or 0x466929) is unknown color: approx Dell. HEX triplet: 46, 69 and 29. RGB value is (70,105,41). Sum of RGB (Red+Green+Blue) = 70+105+41=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #466929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466929 is #B996D6. Grayscale: #575757. Windows color (decimal): -12162775 or 2713926. OLE color: 2713926.

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

Color convert

RGB7010541-
CMYK0.3300.610.59
HSL92.81º43.84%28.63%-
HSV(B)92.81º60.95%41.18%-
XYZ7.9811.573.91-
YUV87.24101.9115.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 105 (41.41% from 255) = 48.61%
BLUE value IS 41 (16.41% from 255) = 18.98%
R=32.41%
G=48.61%
B=18.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70105410.3300.610.5992.8143.8428.63
Hex4669292103D3B5d2c1d
Octal1061515141075731355435
Binary100011011010011010011000010111101111011101110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466929; }

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

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

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

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

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

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

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

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