Html Css Color HEX #4A4B4A Grey-Asparagus

📋 copy color: '#4A4B4A'

red 74 ◦ green 75 ◦ blue 74

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

Shades of Grey-Asparagus #4A4B4A

Tints of Grey-Asparagus #4A4B4A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.63%

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

R = 33.18%
G = 33.63%
B = 33.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4A4B4A (or 0x4A4B4A) is known color: Grey-Asparagus. HEX triplet: 4A, 4B and 4A. RGB value is (74,75,74). Sum of RGB (Red+Green+Blue) = 74+75+74=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 75 - color contains mainly: green. Hex color #4A4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4B4A is #B5B4B5. Grayscale: #4A4A4A. Windows color (decimal): -11908278 or 4868938. OLE color: 4868938.

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

Color convert

RGB 74 75 74 -
CMYK 0.01 0 0.01 0.71
HSL 120º 0.01% 0.29% -
HSV(B) 120º 0.01% 0.29% -
XYZ 6.58 6.98 7.48 -
YUV 74.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 74 75 74 0.01 0 0.01 0.71 120 0.01 0.29
Hex 4A 4B 4A 1 0 1 47 78 1 1D
Octal 112 113 112 1 0 1 107 170 1 35
Binary 1001010 1001011 1001010 1 0 1 1000111 1111000 1 11101

Color Harmonies of #4A4B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4B4A

Black with #4A4B4A

Text Example


Text Example

White with #4A4B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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