#466A33

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

Shades of Dell #466A33

Tints of Dell #466A33

Color information

#466A33 (or 0x466A33) is unknown color: approx Dell. HEX triplet: 46, 6A and 33. RGB value is (70,106,51). Sum of RGB (Red+Green+Blue) = 70+106+51=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 106 - color contains mainly: green. Hex color #466A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A33 is #B995CC. Grayscale: #595959. Windows color (decimal): -12162509 or 3369542. OLE color: 3369542.

HSL color Cylindrical-coordinate representation of color #466A33: hue angle of 99.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #466A33 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB7010651-
CMYK0.3400.520.58
HSL99.27º35.03%30.78%-
HSV(B)99.27º51.89%41.57%-
XYZ8.2811.854.98-
YUV88.97106.57114.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 106 (41.80% from 255) = 46.70%
BLUE value IS 51 (20.31% from 255) = 22.47%
R=30.84%
G=46.70%
B=22.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70106510.3400.520.5899.2735.0330.78
Hex466A33220343A63231f
Octal1061526342064721434337
Binary100011011010101100111000100110100111010110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466A33; }

 p { color: rgb(70,106,51); }

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

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

 a { background-color: rgb(70,106,51); }

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

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

 span { border-color: rgb(70,106,51); }

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