Html Css Color HEX #4A5849 Grey-Asparagus

📋 copy color: '#4A5849'

red 74 ◦ green 88 ◦ blue 73

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

Shades of Grey-Asparagus #4A5849

Tints of Grey-Asparagus #4A5849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 73 (28.91% from 255) = 31.06%

R = 31.49%
G = 37.45%
B = 31.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4A5849 (or 0x4A5849) is known color: Grey-Asparagus. HEX triplet: 4A, 58 and 49. RGB value is (74,88,73). Sum of RGB (Red+Green+Blue) = 74+88+73=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #4A5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5849 is #B5A7B6. Grayscale: #525252. Windows color (decimal): -11904951 or 4806730. OLE color: 4806730.

HSL color Cylindrical-coordinate representation of color #4A5849: hue angle of 116º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A5849 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 88 73 -
CMYK 0.16 0 0.17 0.65
HSL 116º 0.09% 0.32% -
HSV(B) 116º 0.17% 0.35% -
XYZ 7.52 8.92 7.63 -
YUV 82.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 74 88 73 0.16 0 0.17 0.65 116 0.09 0.32
Hex 4A 58 49 10 0 11 41 74 9 20
Octal 112 130 111 20 0 21 101 164 11 40
Binary 1001010 1011000 1001001 10000 0 10001 1000001 1110100 1001 100000

Color Harmonies of #4A5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5849

Black with #4A5849

Text Example


Text Example

White with #4A5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,88,73); }

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

background-color css

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

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

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

border-color css

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

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

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