#4C504D

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

Shades of Feldgrau #4C504D

Tints of Feldgrau #4C504D

Color information

#4C504D (or 0x4C504D) is unknown color: approx Feldgrau. HEX triplet: 4C, 50 and 4D. RGB value is (76,80,77). Sum of RGB (Red+Green+Blue) = 76+80+77=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 80 - color contains mainly: green. Hex color #4C504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C504D is #B3AFB2. Grayscale: #4E4E4E. Windows color (decimal): -11775923 or 5066828. OLE color: 5066828.

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

Color convert

RGB768077-
CMYK0.0500.040.69
HSL135º2.56%30.59%-
HSV(B)135º5%31.37%-
XYZ7.197.818.15-
YUV78.46127.17126.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.62%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 77 (30.47% from 255) = 33.05%
R=32.62%
G=34.33%
B=33.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680770.0500.040.691352.5630.59
Hex4C504D504458731f
Octal114120115504105207337
Binary10011001010000100110110101001000101100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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