Html Css Color HEX #4A554A Grey-Asparagus

📋 copy color: '#4A554A'

red 74 ◦ green 85 ◦ blue 74

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

Shades of Grey-Asparagus #4A554A

Tints of Grey-Asparagus #4A554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 31.76%
G = 36.48%
B = 31.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#4A554A (or 0x4A554A) is known color: Grey-Asparagus. HEX triplet: 4A, 55 and 4A. RGB value is (74,85,74). Sum of RGB (Red+Green+Blue) = 74+85+74=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #4A554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A554A is #B5AAB5. Grayscale: #505050. Windows color (decimal): -11905718 or 4871498. OLE color: 4871498.

HSL color Cylindrical-coordinate representation of color #4A554A: hue angle of 120º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A554A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 74 -
CMYK 0.13 0 0.13 0.67
HSL 120º 0.07% 0.31% -
HSV(B) 120º 0.13% 0.33% -
XYZ 7.31 8.45 7.72 -
YUV 80.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 74 85 74 0.13 0 0.13 0.67 120 0.07 0.31
Hex 4A 55 4A D 0 D 43 78 7 1F
Octal 112 125 112 15 0 15 103 170 7 37
Binary 1001010 1010101 1001010 1101 0 1101 1000011 1111000 111 11111

Color Harmonies of #4A554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A554A

Black with #4A554A

Text Example


Text Example

White with #4A554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,74); }

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

background-color css

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

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

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

border-color css

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

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

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