Html Css Color HEX #4B534A Grey-Asparagus

📋 copy color: '#4B534A'

red 75 ◦ green 83 ◦ blue 74

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

Shades of Grey-Asparagus #4B534A

Tints of Grey-Asparagus #4B534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.78%

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

R = 32.33%
G = 35.78%
B = 31.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#4B534A (or 0x4B534A) is known color: Grey-Asparagus. HEX triplet: 4B, 53 and 4A. RGB value is (75,83,74). Sum of RGB (Red+Green+Blue) = 75+83+74=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 83 - color contains mainly: green. Hex color #4B534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B534A is #B4ACB5. Grayscale: #4F4F4F. Windows color (decimal): -11840694 or 4870987. OLE color: 4870987.

HSL color Cylindrical-coordinate representation of color #4B534A: hue angle of 113.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B534A is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 83 74 -
CMYK 0.10 0 0.11 0.67
HSL 113.33º 0.06% 0.31% -
HSV(B) 113.33º 0.11% 0.33% -
XYZ 7.23 8.18 7.68 -
YUV 79.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 75 83 74 0.10 0 0.11 0.67 113.33 0.06 0.31
Hex 4B 53 4A A 0 B 43 71 6 1F
Octal 113 123 112 12 0 13 103 161 6 37
Binary 1001011 1010011 1001010 1010 0 1011 1000011 1110001 110 11111

Color Harmonies of #4B534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B534A

Black with #4B534A

Text Example


Text Example

White with #4B534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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