Html Css Color HEX #484D47 Grey-Asparagus

📋 copy color: '#484D47'

red 72 ◦ green 77 ◦ blue 71

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

Shades of Grey-Asparagus #484D47

Tints of Grey-Asparagus #484D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 32.73%
G = 35%
B = 32.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#484D47 (or 0x484D47) is known color: Grey-Asparagus. HEX triplet: 48, 4D and 47. RGB value is (72,77,71). Sum of RGB (Red+Green+Blue) = 72+77+71=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 77 - color contains mainly: green. Hex color #484D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D47 is #B7B2B8. Grayscale: #4A4A4A. Windows color (decimal): -12038841 or 4672840. OLE color: 4672840.

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

Color convert

RGB 72 77 71 -
CMYK 0.06 0 0.08 0.70
HSL 110º 0.04% 0.29% -
HSV(B) 110º 0.08% 0.3% -
XYZ 6.46 7.14 7 -
YUV 74.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 72 77 71 0.06 0 0.08 0.70 110 0.04 0.29
Hex 48 4D 47 6 0 8 46 6E 4 1D
Octal 110 115 107 6 0 10 106 156 4 35
Binary 1001000 1001101 1000111 110 0 1000 1000110 1101110 100 11101

Color Harmonies of #484D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D47

Black with #484D47

Text Example


Text Example

White with #484D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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