#466134

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

Shades of Dell #466134

Tints of Dell #466134

Color information

#466134 (or 0x466134) is unknown color: approx Dell. HEX triplet: 46, 61 and 34. RGB value is (70,97,52). Sum of RGB (Red+Green+Blue) = 70+97+52=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #466134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466134 is #B99ECB. Grayscale: #535353. Windows color (decimal): -12164812 or 3432774. OLE color: 3432774.

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

Color convert

RGB709752-
CMYK0.2800.460.62
HSL96º30.2%29.22%-
HSV(B)96º46.39%38.04%-
XYZ7.4210.14.81-
YUV83.8110.05118.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 97 (38.28% from 255) = 44.29%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=31.96%
G=44.29%
B=23.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097520.2800.460.629630.229.22
Hex4661341C02E3E601e1d
Octal1061416434056761403635
Binary1000110110000111010011100010111011111011000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466134; }

 p { color: rgb(70,97,52); }

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

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

 a { background-color: rgb(70,97,52); }

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

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

 span { border-color: rgb(70,97,52); }

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