Html Css Color HEX #46682A Dell

📋 copy color: '#46682A'

red 70 ◦ green 104 ◦ blue 42

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

Shades of Dell #46682A

Tints of Dell #46682A

RGB

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

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

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

R = 32.41%
G = 48.15%
B = 19.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.60

 K value IS 0.59

RGB Variations

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

Color information

#46682A (or 0x46682A) is known color: Dell. HEX triplet: 46, 68 and 2A. RGB value is (70,104,42). Sum of RGB (Red+Green+Blue) = 70+104+42=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #46682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46682A is #B997D5. Grayscale: #565656. Windows color (decimal): -12163030 or 2779206. OLE color: 2779206.

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

Color convert

RGB 70 104 42 -
CMYK 0.33 0 0.60 0.59
HSL 92.9º 0.42% 0.29% -
HSV(B) 92.9º 0.6% 0.41% -
XYZ 7.89 11.37 3.97 -
YUV 86.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 70 104 42 0.33 0 0.60 0.59 92.9 0.42 0.29
Hex 46 68 2A 21 0 3C 3B 5D 2A 1D
Octal 106 150 52 41 0 74 73 135 52 35
Binary 1000110 1101000 101010 100001 0 111100 111011 1011101 101010 11101

Color Harmonies of #46682A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46682A

Black with #46682A

Text Example


Text Example

White with #46682A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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