Html Css Color HEX #465B32 Dell

📋 copy color: '#465B32'

red 70 ◦ green 91 ◦ blue 50

#465B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #465B32

Tints of Dell #465B32

RGB

 RED value IS 70 (27.73% from 255) = 33.18%

 GREEN value IS 91 (35.94% from 255) = 43.13%

 BLUE value IS 50 (19.92% from 255) = 23.7%

R = 33.18%
G = 43.13%
B = 23.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#465B32 (or 0x465B32) is known color: Dell. HEX triplet: 46, 5B and 32. RGB value is (70,91,50). Sum of RGB (Red+Green+Blue) = 70+91+50=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 91 - color contains mainly: green. Hex color #465B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B32 is #B9A4CD. Grayscale: #505050. Windows color (decimal): -12166350 or 3300166. OLE color: 3300166.

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

Color convert

RGB 70 91 50 -
CMYK 0.23 0 0.45 0.64
HSL 90.73º 0.29% 0.28% -
HSV(B) 90.73º 0.45% 0.36% -
XYZ 6.84 9.01 4.4 -
YUV 80.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 70 91 50 0.23 0 0.45 0.64 90.73 0.29 0.28
Hex 46 5B 32 17 0 2D 40 5B 1D 1C
Octal 106 133 62 27 0 55 100 133 35 34
Binary 1000110 1011011 110010 10111 0 101101 1000000 1011011 11101 11100

Color Harmonies of #465B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B32

Black with #465B32

Text Example


Text Example

White with #465B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #465B32;
 }
 .AnyTagClassName
 {
   color: #465B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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