#4C574F

Color #4C574F Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #4C574F

Tints of Feldgrau #4C574F

Color information

#4C574F (or 0x4C574F) is unknown color: approx Feldgrau. HEX triplet: 4C, 57 and 4F. RGB value is (76,87,79). Sum of RGB (Red+Green+Blue) = 76+87+79=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C574F is #B3A8B0. Grayscale: #525252. Windows color (decimal): -11774129 or 5199692. OLE color: 5199692.

HSL color Cylindrical-coordinate representation of color #4C574F: hue angle of 136.36º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C574F is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB768779-
CMYK0.1300.090.66
HSL136.36º6.75%31.96%-
HSV(B)136.36º12.64%34.12%-
XYZ7.88.928.71-
YUV82.8125.86123.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=31.40%
G=35.95%
B=32.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7687790.1300.090.66136.366.7531.96
Hex4C574FD094288720
Octal11412711715011102210740
Binary100110010101111001111110101001100001010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C574F; }

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

 H1.HeaderClassName
 {
   color: #4C574F;
 }
 .AnyTagClassName
 {
   color: #4C574F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #4C574F;
 }
 .BgClassName
 {
   background-color: #4C574F;
 }
</style>
border-color css

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

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

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