Html Css Color HEX #4A672B Dell

📋 copy color: '#4A672B'

red 74 ◦ green 103 ◦ blue 43

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

Shades of Dell #4A672B

Tints of Dell #4A672B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.82%

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

R = 33.64%
G = 46.82%
B = 19.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#4A672B (or 0x4A672B) is known color: Dell. HEX triplet: 4A, 67 and 2B. RGB value is (74,103,43). Sum of RGB (Red+Green+Blue) = 74+103+43=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #4A672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A672B is #B598D4. Grayscale: #575757. Windows color (decimal): -11901141 or 2844490. OLE color: 2844490.

HSL color Cylindrical-coordinate representation of color #4A672B: hue angle of 89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A672B is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 43 -
CMYK 0.28 0 0.58 0.60
HSL 89º 0.41% 0.29% -
HSV(B) 89º 0.58% 0.4% -
XYZ 8.11 11.33 4.05 -
YUV 87.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 74 103 43 0.28 0 0.58 0.60 89 0.41 0.29
Hex 4A 67 2B 1C 0 3A 3C 59 29 1D
Octal 112 147 53 34 0 72 74 131 51 35
Binary 1001010 1100111 101011 11100 0 111010 111100 1011001 101001 11101

Color Harmonies of #4A672B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A672B

Black with #4A672B

Text Example


Text Example

White with #4A672B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,43); }

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

background-color css

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

 a { background-color: rgb(74,103,43); }

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

border-color css

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

 span { border-color: rgb(74,103,43); }

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