#4B554A

Color #4B554A Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #4B554A

Tints of Grey-Asparagus #4B554A

Color information

#4B554A (or 0x4B554A) is unknown color: approx Grey-Asparagus. HEX triplet: 4B, 55 and 4A. RGB value is (75,85,74). Sum of RGB (Red+Green+Blue) = 75+85+74=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 85 - color contains mainly: green. Hex color #4B554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B554A is #B4AAB5. Grayscale: #505050. Windows color (decimal): -11840182 or 4871499. OLE color: 4871499.

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

Color convert

RGB758574-
CMYK0.1200.130.67
HSL114.55º6.92%31.18%-
HSV(B)114.55º12.94%33.33%-
XYZ7.398.497.73-
YUV80.76124.19123.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=32.05%
G=36.32%
B=31.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585740.1200.130.67114.556.9231.18
Hex4B554AC0D437371f
Octal11312511214015103163737
Binary1001011101010110010101100011011000011111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B554A;
 }
 .AnyTagClassName
 {
   color: #4B554A;
 }
</style>
background-color css

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

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

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

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

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

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