Html Css Color HEX #49574F Feldgrau

📋 copy color: '#49574F'

red 73 ◦ green 87 ◦ blue 79

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

Shades of Feldgrau #49574F

Tints of Feldgrau #49574F

RGB

 RED value IS 73 (28.91% from 255) = 30.54%

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 30.54%
G = 36.4%
B = 33.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#49574F (or 0x49574F) is known color: Feldgrau. HEX triplet: 49, 57 and 4F. RGB value is (73,87,79). Sum of RGB (Red+Green+Blue) = 73+87+79=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #49574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49574F is #B6A8B0. Grayscale: #515151. Windows color (decimal): -11970737 or 5199689. OLE color: 5199689.

HSL color Cylindrical-coordinate representation of color #49574F: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #49574F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 79 -
CMYK 0.16 0 0.09 0.66
HSL 145.71º 0.09% 0.31% -
HSV(B) 145.71º 0.16% 0.34% -
XYZ 7.57 8.8 8.7 -
YUV 81.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 73 87 79 0.16 0 0.09 0.66 145.71 0.09 0.31
Hex 49 57 4F 10 0 9 42 92 9 1F
Octal 111 127 117 20 0 11 102 222 11 37
Binary 1001001 1010111 1001111 10000 0 1001 1000010 10010010 1001 11111

Color Harmonies of #49574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49574F

Black with #49574F

Text Example


Text Example

White with #49574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49574F; }

 p { color: rgb(73,87,79); }

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

background-color css

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

 a { background-color: rgb(73,87,79); }

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

border-color css

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

 span { border-color: rgb(73,87,79); }

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