Html Css Color HEX #474E48 Grey-Asparagus

📋 copy color: '#474E48'

red 71 ◦ green 78 ◦ blue 72

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

Shades of Grey-Asparagus #474E48

Tints of Grey-Asparagus #474E48

RGB

 RED value IS 71 (28.13% from 255) = 32.13%

 GREEN value IS 78 (30.86% from 255) = 35.29%

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

R = 32.13%
G = 35.29%
B = 32.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#474E48 (or 0x474E48) is known color: Grey-Asparagus. HEX triplet: 47, 4E and 48. RGB value is (71,78,72). Sum of RGB (Red+Green+Blue) = 71+78+72=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 78 - color contains mainly: green. Hex color #474E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E48 is #B8B1B7. Grayscale: #4B4B4B. Windows color (decimal): -12104120 or 4738631. OLE color: 4738631.

HSL color Cylindrical-coordinate representation of color #474E48: hue angle of 128.57º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #474E48 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 78 72 -
CMYK 0.09 0 0.08 0.69
HSL 128.57º 0.05% 0.29% -
HSV(B) 128.57º 0.09% 0.31% -
XYZ 6.49 7.26 7.19 -
YUV 75.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 71 78 72 0.09 0 0.08 0.69 128.57 0.05 0.29
Hex 47 4E 48 9 0 8 45 81 5 1D
Octal 107 116 110 11 0 10 105 201 5 35
Binary 1000111 1001110 1001000 1001 0 1000 1000101 10000001 101 11101

Color Harmonies of #474E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E48

Black with #474E48

Text Example


Text Example

White with #474E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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