#465B33

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

Shades of Dell #465B33

Tints of Dell #465B33

Color information

#465B33 (or 0x465B33) is unknown color: approx Dell. HEX triplet: 46, 5B and 33. RGB value is (70,91,51). Sum of RGB (Red+Green+Blue) = 70+91+51=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #465B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B33 is #B9A4CC. Grayscale: #505050. Windows color (decimal): -12166349 or 3365702. OLE color: 3365702.

HSL color Cylindrical-coordinate representation of color #465B33: hue angle of 91.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465B33 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB709151-
CMYK0.2300.440.64
HSL91.5º28.17%27.84%-
HSV(B)91.5º43.96%35.69%-
XYZ6.869.024.51-
YUV80.16111.54120.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=33.02%
G=42.92%
B=24.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091510.2300.440.6491.528.1727.84
Hex465B331702C405c1c1c
Octal10613363270541001343434
Binary10001101011011110011101110101100100000010111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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