Html Css Color HEX #484948 Grey-Asparagus

📋 copy color: '#484948'

red 72 ◦ green 73 ◦ blue 72

#484948
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #484948

Tints of Grey-Asparagus #484948

RGB

 RED value IS 72 (28.52% from 255) = 33.18%

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 72 (28.52% from 255) = 33.18%

R = 33.18%
G = 33.64%
B = 33.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#484948 (or 0x484948) is known color: Grey-Asparagus. HEX triplet: 48, 49 and 48. RGB value is (72,73,72). Sum of RGB (Red+Green+Blue) = 72+73+72=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 73 - color contains mainly: green. Hex color #484948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484948 is #B7B6B7. Grayscale: #484848. Windows color (decimal): -12039864 or 4737352. OLE color: 4737352.

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

Color convert

RGB 72 73 72 -
CMYK 0.01 0 0.01 0.71
HSL 120º 0.01% 0.28% -
HSV(B) 120º 0.01% 0.29% -
XYZ 6.22 6.61 7.08 -
YUV 72.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 72 73 72 0.01 0 0.01 0.71 120 0.01 0.28
Hex 48 49 48 1 0 1 47 78 1 1C
Octal 110 111 110 1 0 1 107 170 1 34
Binary 1001000 1001001 1001000 1 0 1 1000111 1111000 1 11100

Color Harmonies of #484948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484948

Black with #484948

Text Example


Text Example

White with #484948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484948; }

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

 H1.HeaderClassName
 {
   color: #484948;
 }
 .AnyTagClassName
 {
   color: #484948;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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