Html Css Color HEX #466429 Dell

📋 copy color: '#466429'

red 70 ◦ green 100 ◦ blue 41

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

Shades of Dell #466429

Tints of Dell #466429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 33.18%
G = 47.39%
B = 19.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#466429 (or 0x466429) is known color: Dell. HEX triplet: 46, 64 and 29. RGB value is (70,100,41). Sum of RGB (Red+Green+Blue) = 70+100+41=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #466429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466429 is #B99BD6. Grayscale: #545454. Windows color (decimal): -12164055 or 2712646. OLE color: 2712646.

HSL color Cylindrical-coordinate representation of color #466429: hue angle of 90.51º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466429 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 100 41 -
CMYK 0.30 0 0.59 0.61
HSL 90.51º 0.42% 0.28% -
HSV(B) 90.51º 0.59% 0.39% -
XYZ 7.48 10.58 3.74 -
YUV 84.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 70 100 41 0.30 0 0.59 0.61 90.51 0.42 0.28
Hex 46 64 29 1E 0 3B 3D 5B 2A 1C
Octal 106 144 51 36 0 73 75 133 52 34
Binary 1000110 1100100 101001 11110 0 111011 111101 1011011 101010 11100

Color Harmonies of #466429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466429

Black with #466429

Text Example


Text Example

White with #466429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466429; }

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

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

background-color css

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

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

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

border-color css

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

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

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