Html Css Color HEX #49584E Feldgrau

📋 copy color: '#49584E'

red 73 ◦ green 88 ◦ blue 78

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

Shades of Feldgrau #49584E

Tints of Feldgrau #49584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

 BLUE value IS 78 (30.86% from 255) = 32.64%

R = 30.54%
G = 36.82%
B = 32.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#49584E (or 0x49584E) is known color: Feldgrau. HEX triplet: 49, 58 and 4E. RGB value is (73,88,78). Sum of RGB (Red+Green+Blue) = 73+88+78=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #49584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49584E is #B6A7B1. Grayscale: #525252. Windows color (decimal): -11970482 or 5134409. OLE color: 5134409.

HSL color Cylindrical-coordinate representation of color #49584E: hue angle of 140º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #49584E is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 88 78 -
CMYK 0.17 0 0.11 0.65
HSL 140º 0.09% 0.32% -
HSV(B) 140º 0.17% 0.35% -
XYZ 7.61 8.95 8.53 -
YUV 82.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 73 88 78 0.17 0 0.11 0.65 140 0.09 0.32
Hex 49 58 4E 11 0 B 41 8C 9 20
Octal 111 130 116 21 0 13 101 214 11 40
Binary 1001001 1011000 1001110 10001 0 1011 1000001 10001100 1001 100000

Color Harmonies of #49584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49584E

Black with #49584E

Text Example


Text Example

White with #49584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49584E; }

 p { color: rgb(73,88,78); }

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

background-color css

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

 a { background-color: rgb(73,88,78); }

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

border-color css

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

 span { border-color: rgb(73,88,78); }

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