#484A48

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

Shades of Grey-Asparagus #484A48

Tints of Grey-Asparagus #484A48

Color information

#484A48 (or 0x484A48) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 4A and 48. RGB value is (72,74,72). Sum of RGB (Red+Green+Blue) = 72+74+72=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 74 - color contains mainly: green. Hex color #484A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A48 is #B7B5B7. Grayscale: #494949. Windows color (decimal): -12039608 or 4737608. OLE color: 4737608.

HSL color Cylindrical-coordinate representation of color #484A48: hue angle of 120º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #484A48 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB727472-
CMYK0.0300.030.71
HSL120º1.37%28.63%-
HSV(B)120º2.7%29.02%-
XYZ6.296.747.1-
YUV73.17127.34127.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=33.03%
G=33.94%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7274720.0300.030.711201.3728.63
Hex484A48303477811d
Octal110112110303107170135
Binary1001000100101010010001101110001111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,74,72); }

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

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

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

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

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

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

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