Html Css Color HEX #466F29 Dell

📋 copy color: '#466F29'

red 70 ◦ green 111 ◦ blue 41

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

Shades of Dell #466F29

Tints of Dell #466F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50%

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

R = 31.53%
G = 50%
B = 18.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#466F29 (or 0x466F29) is known color: Dell. HEX triplet: 46, 6F and 29. RGB value is (70,111,41). Sum of RGB (Red+Green+Blue) = 70+111+41=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #466F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466F29 is #B990D6. Grayscale: #5B5B5B. Windows color (decimal): -12161239 or 2715462. OLE color: 2715462.

HSL color Cylindrical-coordinate representation of color #466F29: hue angle of 95.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466F29 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 41 -
CMYK 0.37 0 0.63 0.56
HSL 95.14º 0.46% 0.3% -
HSV(B) 95.14º 0.63% 0.44% -
XYZ 8.61 12.83 4.12 -
YUV 90.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 70 111 41 0.37 0 0.63 0.56 95.14 0.46 0.3
Hex 46 6F 29 25 0 3F 38 5F 2E 1E
Octal 106 157 51 45 0 77 70 137 56 36
Binary 1000110 1101111 101001 100101 0 111111 111000 1011111 101110 11110

Color Harmonies of #466F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F29

Black with #466F29

Text Example


Text Example

White with #466F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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