Html Css Color HEX #46682B Dell

📋 copy color: '#46682B'

red 70 ◦ green 104 ◦ blue 43

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

Shades of Dell #46682B

Tints of Dell #46682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.93%

 BLUE value IS 43 (17.19% from 255) = 19.82%

R = 32.26%
G = 47.93%
B = 19.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#46682B (or 0x46682B) is known color: Dell. HEX triplet: 46, 68 and 2B. RGB value is (70,104,43). Sum of RGB (Red+Green+Blue) = 70+104+43=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #46682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46682B is #B997D4. Grayscale: #575757. Windows color (decimal): -12163029 or 2844742. OLE color: 2844742.

HSL color Cylindrical-coordinate representation of color #46682B: hue angle of 93.44º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46682B is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 104 43 -
CMYK 0.33 0 0.59 0.59
HSL 93.44º 0.41% 0.29% -
HSV(B) 93.44º 0.59% 0.41% -
XYZ 7.91 11.38 4.06 -
YUV 86.88 103.24 115.96 -
System Red Green Blue C M Y K H S L
Decimal 70 104 43 0.33 0 0.59 0.59 93.44 0.41 0.29
Hex 46 68 2B 21 0 3B 3B 5D 29 1D
Octal 106 150 53 41 0 73 73 135 51 35
Binary 1000110 1101000 101011 100001 0 111011 111011 1011101 101001 11101

Color Harmonies of #46682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46682B

Black with #46682B

Text Example


Text Example

White with #46682B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46682B; }

 p { color: rgb(70,104,43); }

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

background-color css

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

 a { background-color: rgb(70,104,43); }

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

border-color css

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

 span { border-color: rgb(70,104,43); }

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