Html Css Color HEX #475447 Grey-Asparagus

📋 copy color: '#475447'

red 71 ◦ green 84 ◦ blue 71

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

Shades of Grey-Asparagus #475447

Tints of Grey-Asparagus #475447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 31.42%
G = 37.17%
B = 31.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#475447 (or 0x475447) is known color: Grey-Asparagus. HEX triplet: 47, 54 and 47. RGB value is (71,84,71). Sum of RGB (Red+Green+Blue) = 71+84+71=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #475447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475447 is #B8ABB8. Grayscale: #4E4E4E. Windows color (decimal): -12102585 or 4674631. OLE color: 4674631.

HSL color Cylindrical-coordinate representation of color #475447: hue angle of 120º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475447 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 71 -
CMYK 0.15 0 0.15 0.67
HSL 120º 0.08% 0.3% -
HSV(B) 120º 0.15% 0.33% -
XYZ 6.91 8.14 7.17 -
YUV 78.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 71 84 71 0.15 0 0.15 0.67 120 0.08 0.3
Hex 47 54 47 F 0 F 43 78 8 1E
Octal 107 124 107 17 0 17 103 170 10 36
Binary 1000111 1010100 1000111 1111 0 1111 1000011 1111000 1000 11110

Color Harmonies of #475447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475447

Black with #475447

Text Example


Text Example

White with #475447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475447; }

 p { color: rgb(71,84,71); }

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

background-color css

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

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

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

border-color css

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

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

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