#484E47

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

Shades of Grey-Asparagus #484E47

Tints of Grey-Asparagus #484E47

Color information

#484E47 (or 0x484E47) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 4E and 47. RGB value is (72,78,71). Sum of RGB (Red+Green+Blue) = 72+78+71=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 78 - color contains mainly: green. Hex color #484E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484E47 is #B7B1B8. Grayscale: #4B4B4B. Windows color (decimal): -12038585 or 4673096. OLE color: 4673096.

HSL color Cylindrical-coordinate representation of color #484E47: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #484E47 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB727871-
CMYK0.0800.090.69
HSL111.43º4.7%29.22%-
HSV(B)111.43º8.97%30.59%-
XYZ6.537.287.02-
YUV75.41125.51125.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=32.58%
G=35.29%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7278710.0800.090.69111.434.729.22
Hex484E47809456f51d
Octal11011610710011105157535
Binary1001000100111010001111000010011000101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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