Html Css Color HEX #466E2A Dell

📋 copy color: '#466E2A'

red 70 ◦ green 110 ◦ blue 42

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

Shades of Dell #466E2A

Tints of Dell #466E2A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.55%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 31.53%
G = 49.55%
B = 18.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.57

RGB Variations

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

Color information

#466E2A (or 0x466E2A) is known color: Dell. HEX triplet: 46, 6E and 2A. RGB value is (70,110,42). Sum of RGB (Red+Green+Blue) = 70+110+42=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #466E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466E2A is #B991D5. Grayscale: #5A5A5A. Windows color (decimal): -12161494 or 2780742. OLE color: 2780742.

HSL color Cylindrical-coordinate representation of color #466E2A: hue angle of 95.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #466E2A is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 110 42 -
CMYK 0.36 0 0.62 0.57
HSL 95.29º 0.45% 0.3% -
HSV(B) 95.29º 0.62% 0.43% -
XYZ 8.52 12.62 4.18 -
YUV 90.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 70 110 42 0.36 0 0.62 0.57 95.29 0.45 0.3
Hex 46 6E 2A 24 0 3E 39 5F 2D 1E
Octal 106 156 52 44 0 76 71 137 55 36
Binary 1000110 1101110 101010 100100 0 111110 111001 1011111 101101 11110

Color Harmonies of #466E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E2A

Black with #466E2A

Text Example


Text Example

White with #466E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,110,42); }

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

background-color css

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

 a { background-color: rgb(70,110,42); }

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

border-color css

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

 span { border-color: rgb(70,110,42); }

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