Html Css Color HEX #466A2C Dell

📋 copy color: '#466A2C'

red 70 ◦ green 106 ◦ blue 44

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

Shades of Dell #466A2C

Tints of Dell #466A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.18%

 BLUE value IS 44 (17.58% from 255) = 20%

R = 31.82%
G = 48.18%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#466A2C (or 0x466A2C) is known color: Dell. HEX triplet: 46, 6A and 2C. RGB value is (70,106,44). Sum of RGB (Red+Green+Blue) = 70+106+44=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 106 - color contains mainly: green. Hex color #466A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466A2C is #B995D3. Grayscale: #585858. Windows color (decimal): -12162516 or 2910790. OLE color: 2910790.

HSL color Cylindrical-coordinate representation of color #466A2C: hue angle of 94.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #466A2C is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 44 -
CMYK 0.34 0 0.58 0.58
HSL 94.84º 0.41% 0.29% -
HSV(B) 94.84º 0.58% 0.42% -
XYZ 8.13 11.79 4.23 -
YUV 88.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 70 106 44 0.34 0 0.58 0.58 94.84 0.41 0.29
Hex 46 6A 2C 22 0 3A 3A 5F 29 1D
Octal 106 152 54 42 0 72 72 137 51 35
Binary 1000110 1101010 101100 100010 0 111010 111010 1011111 101001 11101

Color Harmonies of #466A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A2C

Black with #466A2C

Text Example


Text Example

White with #466A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,44); }

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

background-color css

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

 a { background-color: rgb(70,106,44); }

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

border-color css

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

 span { border-color: rgb(70,106,44); }

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