#466B33

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

Shades of Dell #466B33

Tints of Dell #466B33

Color information

#466B33 (or 0x466B33) is unknown color: approx Dell. HEX triplet: 46, 6B and 33. RGB value is (70,107,51). Sum of RGB (Red+Green+Blue) = 70+107+51=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #466B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B33 is #B994CC. Grayscale: #595959. Windows color (decimal): -12162253 or 3369798. OLE color: 3369798.

HSL color Cylindrical-coordinate representation of color #466B33: hue angle of 99.64º 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 #466B33 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB7010751-
CMYK0.3500.520.58
HSL99.64º35.44%30.98%-
HSV(B)99.64º52.34%41.96%-
XYZ8.3812.065.02-
YUV89.55106.24114.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 107 (42.19% from 255) = 46.93%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=30.70%
G=46.93%
B=22.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70107510.3500.520.5899.6435.4430.98
Hex466B33230343A64231f
Octal1061536343064721444337
Binary100011011010111100111000110110100111010110010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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