#4C4F4D

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

Shades of Feldgrau #4C4F4D

Tints of Feldgrau #4C4F4D

Color information

#4C4F4D (or 0x4C4F4D) is unknown color: approx Feldgrau. HEX triplet: 4C, 4F and 4D. RGB value is (76,79,77). Sum of RGB (Red+Green+Blue) = 76+79+77=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4F4D is #B3B0B2. Grayscale: #4D4D4D. Windows color (decimal): -11776179 or 5066572. OLE color: 5066572.

HSL color Cylindrical-coordinate representation of color #4C4F4D: hue angle of 140º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4F4D is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB767977-
CMYK0.0400.030.69
HSL140º1.94%30.39%-
HSV(B)140º3.8%30.98%-
XYZ7.127.668.13-
YUV77.88127.51126.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=32.76%
G=34.05%
B=33.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7679770.0400.030.691401.9430.39
Hex4C4F4D403458c21e
Octal114117115403105214236
Binary1001100100111110011011000111000101100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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