#484D47

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

Shades of Grey-Asparagus #484D47

Tints of Grey-Asparagus #484D47

Color information

#484D47 (or 0x484D47) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 4D and 47. RGB value is (72,77,71). Sum of RGB (Red+Green+Blue) = 72+77+71=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 77 - color contains mainly: green. Hex color #484D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D47 is #B7B2B8. Grayscale: #4A4A4A. Windows color (decimal): -12038841 or 4672840. OLE color: 4672840.

HSL color Cylindrical-coordinate representation of color #484D47: hue angle of 110º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #484D47 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB727771-
CMYK0.0600.080.70
HSL110º4.05%29.02%-
HSV(B)110º7.79%30.2%-
XYZ6.467.147-
YUV74.82125.84125.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.73%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=32.73%
G=35%
B=32.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7277710.0600.080.701104.0529.02
Hex484D47608466e41d
Octal1101151076010106156435
Binary100100010011011000111110010001000110110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484D47; }

 p { color: rgb(72,77,71); }

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

<style>
 a { background-color: #484D47; }

 a { background-color: rgb(72,77,71); }

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

<style>
 span { border-color: #484D47; }

 span { border-color: rgb(72,77,71); }

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