Html Css Color HEX #4B594A Grey-Asparagus

📋 copy color: '#4B594A'

red 75 ◦ green 89 ◦ blue 74

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

Shades of Grey-Asparagus #4B594A

Tints of Grey-Asparagus #4B594A

RGB

 RED value IS 75 (29.69% from 255) = 31.51%

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 31.51%
G = 37.39%
B = 31.09%

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

#4B594A (or 0x4B594A) is known color: Grey-Asparagus. HEX triplet: 4B, 59 and 4A. RGB value is (75,89,74). Sum of RGB (Red+Green+Blue) = 75+89+74=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 89 - color contains mainly: green. Hex color #4B594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B594A is #B4A6B5. Grayscale: #535353. Windows color (decimal): -11839158 or 4872523. OLE color: 4872523.

HSL color Cylindrical-coordinate representation of color #4B594A: 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 #4B594A is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 89 74 -
CMYK 0.16 0 0.17 0.65
HSL 116º 0.09% 0.32% -
HSV(B) 116º 0.17% 0.35% -
XYZ 7.71 9.14 7.84 -
YUV 83.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 75 89 74 0.16 0 0.17 0.65 116 0.09 0.32
Hex 4B 59 4A 10 0 11 41 74 9 20
Octal 113 131 112 20 0 21 101 164 11 40
Binary 1001011 1011001 1001010 10000 0 10001 1000001 1110100 1001 100000

Color Harmonies of #4B594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B594A

Black with #4B594A

Text Example


Text Example

White with #4B594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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