Html Css Color HEX #466432 Dell

📋 copy color: '#466432'

red 70 ◦ green 100 ◦ blue 50

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

Shades of Dell #466432

Tints of Dell #466432

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

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

R = 31.82%
G = 45.45%
B = 22.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#466432 (or 0x466432) is known color: Dell. HEX triplet: 46, 64 and 32. RGB value is (70,100,50). Sum of RGB (Red+Green+Blue) = 70+100+50=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #466432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466432 is #B99BCD. Grayscale: #555555. Windows color (decimal): -12164046 or 3302470. OLE color: 3302470.

HSL color Cylindrical-coordinate representation of color #466432: hue angle of 96º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #466432 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 50 -
CMYK 0.30 0 0.50 0.61
HSL 96º 0.33% 0.29% -
HSV(B) 96º 0.5% 0.39% -
XYZ 7.66 10.65 4.67 -
YUV 85.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 70 100 50 0.30 0 0.50 0.61 96 0.33 0.29
Hex 46 64 32 1E 0 32 3D 60 21 1D
Octal 106 144 62 36 0 62 75 140 41 35
Binary 1000110 1100100 110010 11110 0 110010 111101 1100000 100001 11101

Color Harmonies of #466432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466432

Black with #466432

Text Example


Text Example

White with #466432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466432; }

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

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

background-color css

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

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

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

border-color css

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

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

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