Html Css Color HEX #4B584A Grey-Asparagus

📋 copy color: '#4B584A'

red 75 ◦ green 88 ◦ blue 74

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

Shades of Grey-Asparagus #4B584A

Tints of Grey-Asparagus #4B584A

RGB

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

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

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

R = 31.65%
G = 37.13%
B = 31.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#4B584A (or 0x4B584A) is known color: Grey-Asparagus. HEX triplet: 4B, 58 and 4A. RGB value is (75,88,74). Sum of RGB (Red+Green+Blue) = 75+88+74=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B584A is #B4A7B5. Grayscale: #525252. Windows color (decimal): -11839414 or 4872267. OLE color: 4872267.

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

Color convert

RGB 75 88 74 -
CMYK 0.15 0 0.16 0.65
HSL 115.71º 0.09% 0.32% -
HSV(B) 115.71º 0.16% 0.35% -
XYZ 7.63 8.97 7.81 -
YUV 82.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 75 88 74 0.15 0 0.16 0.65 115.71 0.09 0.32
Hex 4B 58 4A F 0 10 41 74 9 20
Octal 113 130 112 17 0 20 101 164 11 40
Binary 1001011 1011000 1001010 1111 0 10000 1000001 1110100 1001 100000

Color Harmonies of #4B584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B584A

Black with #4B584A

Text Example


Text Example

White with #4B584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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