#485449

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

Shades of Grey-Asparagus #485449

Tints of Grey-Asparagus #485449

Color information

#485449 (or 0x485449) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 54 and 49. RGB value is (72,84,73). Sum of RGB (Red+Green+Blue) = 72+84+73=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #485449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485449 is #B7ABB6. Grayscale: #4F4F4F. Windows color (decimal): -12037047 or 4805704. OLE color: 4805704.

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

Color convert

RGB728473-
CMYK0.1400.130.67
HSL125º7.69%30.59%-
HSV(B)125º14.29%32.94%-
XYZ7.058.27.51-
YUV79.16124.52122.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=31.44%
G=36.68%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284730.1400.130.671257.6930.59
Hex485449E0D437d81f
Octal110124111160151031751037
Binary10010001010100100100111100110110000111111101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485449; }

 p { color: rgb(72,84,73); }

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

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

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

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

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

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

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