Html Css Color HEX #484D48 Grey-Asparagus

📋 copy color: '#484D48'

red 72 ◦ green 77 ◦ blue 72

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

Shades of Grey-Asparagus #484D48

Tints of Grey-Asparagus #484D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.84%

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

R = 32.58%
G = 34.84%
B = 32.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#484D48 (or 0x484D48) is known color: Grey-Asparagus. HEX triplet: 48, 4D and 48. RGB value is (72,77,72). Sum of RGB (Red+Green+Blue) = 72+77+72=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 77 - color contains mainly: green. Hex color #484D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D48 is #B7B2B7. Grayscale: #4A4A4A. Windows color (decimal): -12038840 or 4738376. OLE color: 4738376.

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

Color convert

RGB 72 77 72 -
CMYK 0.06 0 0.06 0.70
HSL 120º 0.03% 0.29% -
HSV(B) 120º 0.06% 0.3% -
XYZ 6.5 7.15 7.17 -
YUV 74.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 72 77 72 0.06 0 0.06 0.70 120 0.03 0.29
Hex 48 4D 48 6 0 6 46 78 3 1D
Octal 110 115 110 6 0 6 106 170 3 35
Binary 1001000 1001101 1001000 110 0 110 1000110 1111000 11 11101

Color Harmonies of #484D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D48

Black with #484D48

Text Example


Text Example

White with #484D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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