Html Css Color HEX #4A6647 Grey-Asparagus

📋 copy color: '#4A6647'

red 74 ◦ green 102 ◦ blue 71

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

Shades of Grey-Asparagus #4A6647

Tints of Grey-Asparagus #4A6647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.3%

 BLUE value IS 71 (28.13% from 255) = 28.74%

R = 29.96%
G = 41.3%
B = 28.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#4A6647 (or 0x4A6647) is known color: Grey-Asparagus. HEX triplet: 4A, 66 and 47. RGB value is (74,102,71). Sum of RGB (Red+Green+Blue) = 74+102+71=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6647 is #B599B8. Grayscale: #5A5A5A. Windows color (decimal): -11901369 or 4679242. OLE color: 4679242.

HSL color Cylindrical-coordinate representation of color #4A6647: hue angle of 114.19º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A6647 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 102 71 -
CMYK 0.27 0 0.30 0.6
HSL 114.19º 0.18% 0.34% -
HSV(B) 114.19º 0.3% 0.4% -
XYZ 8.71 11.41 7.71 -
YUV 90.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 74 102 71 0.27 0 0.30 0.6 114.19 0.18 0.34
Hex 4A 66 47 1B 0 1E 3C 72 12 22
Octal 112 146 107 33 0 36 74 162 22 42
Binary 1001010 1100110 1000111 11011 0 11110 111100 1110010 10010 100010

Color Harmonies of #4A6647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6647

Black with #4A6647

Text Example


Text Example

White with #4A6647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,71); }

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

background-color css

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

 a { background-color: rgb(74,102,71); }

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

border-color css

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

 span { border-color: rgb(74,102,71); }

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