Html Css Color HEX #484A48 Grey-Asparagus

📋 copy color: '#484A48'

red 72 ◦ green 74 ◦ blue 72

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

Shades of Grey-Asparagus #484A48

Tints of Grey-Asparagus #484A48

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#484A48 (or 0x484A48) is known color: 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

RGB 72 74 72 -
CMYK 0.03 0 0.03 0.71
HSL 120º 0.01% 0.29% -
HSV(B) 120º 0.03% 0.29% -
XYZ 6.29 6.74 7.1 -
YUV 73.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 72 74 72 0.03 0 0.03 0.71 120 0.01 0.29
Hex 48 4A 48 3 0 3 47 78 1 1D
Octal 110 112 110 3 0 3 107 170 1 35
Binary 1001000 1001010 1001000 11 0 11 1000111 1111000 1 11101

Color Harmonies of #484A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A48

Black with #484A48

Text Example


Text Example

White with #484A48

Text Example


Text Example

HTML Codes & Css Web 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>