#4C544F

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

Shades of Feldgrau #4C544F

Tints of Feldgrau #4C544F

Color information

#4C544F (or 0x4C544F) is unknown color: approx Feldgrau. HEX triplet: 4C, 54 and 4F. RGB value is (76,84,79). Sum of RGB (Red+Green+Blue) = 76+84+79=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 84 - color contains mainly: green. Hex color #4C544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C544F is #B3ABB0. Grayscale: #515151. Windows color (decimal): -11774897 or 5198924. OLE color: 5198924.

HSL color Cylindrical-coordinate representation of color #4C544F: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4C544F is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB768479-
CMYK0.1000.060.67
HSL142.5º5%31.37%-
HSV(B)142.5º9.52%32.94%-
XYZ7.568.448.63-
YUV81.04126.85124.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=31.80%
G=35.15%
B=33.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7684790.1000.060.67142.5531.37
Hex4C544FA06438e51f
Octal1141241171206103216537
Binary1001100101010010011111010011010000111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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