Html Css Color HEX #4A682E Dell

📋 copy color: '#4A682E'

red 74 ◦ green 104 ◦ blue 46

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

Shades of Dell #4A682E

Tints of Dell #4A682E

RGB

 RED value IS 74 (29.3% from 255) = 33.04%

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

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 33.04%
G = 46.43%
B = 20.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#4A682E (or 0x4A682E) is known color: Dell. HEX triplet: 4A, 68 and 2E. RGB value is (74,104,46). Sum of RGB (Red+Green+Blue) = 74+104+46=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 104 - color contains mainly: green. Hex color #4A682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A682E is #B597D1. Grayscale: #585858. Windows color (decimal): -11900882 or 3041354. OLE color: 3041354.

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

Color convert

RGB 74 104 46 -
CMYK 0.29 0 0.56 0.59
HSL 91.03º 0.39% 0.29% -
HSV(B) 91.03º 0.56% 0.41% -
XYZ 8.27 11.55 4.38 -
YUV 88.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 74 104 46 0.29 0 0.56 0.59 91.03 0.39 0.29
Hex 4A 68 2E 1D 0 38 3B 5B 27 1D
Octal 112 150 56 35 0 70 73 133 47 35
Binary 1001010 1101000 101110 11101 0 111000 111011 1011011 100111 11101

Color Harmonies of #4A682E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A682E

Black with #4A682E

Text Example


Text Example

White with #4A682E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A682E; }

 p { color: rgb(74,104,46); }

 H1.HeaderClassName
 {
   color: #4A682E;
 }
 .AnyTagClassName
 {
   color: #4A682E;
 }
</style>

background-color css

<style>
 a { background-color: #4A682E; }

 a { background-color: rgb(74,104,46); }

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

border-color css

<style>
 span { border-color: #4A682E; }

 span { border-color: rgb(74,104,46); }

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