Html Css Color HEX #4B5849 Grey-Asparagus

📋 copy color: '#4B5849'

red 75 ◦ green 88 ◦ blue 73

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

Shades of Grey-Asparagus #4B5849

Tints of Grey-Asparagus #4B5849

RGB

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

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

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

R = 31.78%
G = 37.29%
B = 30.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#4B5849 (or 0x4B5849) is known color: Grey-Asparagus. HEX triplet: 4B, 58 and 49. RGB value is (75,88,73). Sum of RGB (Red+Green+Blue) = 75+88+73=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5849 is #B4A7B6. Grayscale: #525252. Windows color (decimal): -11839415 or 4806731. OLE color: 4806731.

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

Color convert

RGB 75 88 73 -
CMYK 0.15 0 0.17 0.65
HSL 112º 0.09% 0.32% -
HSV(B) 112º 0.17% 0.35% -
XYZ 7.59 8.96 7.63 -
YUV 82.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 75 88 73 0.15 0 0.17 0.65 112 0.09 0.32
Hex 4B 58 49 F 0 11 41 70 9 20
Octal 113 130 111 17 0 21 101 160 11 40
Binary 1001011 1011000 1001001 1111 0 10001 1000001 1110000 1001 100000

Color Harmonies of #4B5849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5849

Black with #4B5849

Text Example


Text Example

White with #4B5849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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