#4A544C

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

Shades of Feldgrau #4A544C

Tints of Feldgrau #4A544C

Color information

#4A544C (or 0x4A544C) is unknown color: approx Feldgrau. HEX triplet: 4A, 54 and 4C. RGB value is (74,84,76). Sum of RGB (Red+Green+Blue) = 74+84+76=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #4A544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A544C is #B5ABB3. Grayscale: #505050. Windows color (decimal): -11905972 or 5002314. OLE color: 5002314.

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

Color convert

RGB748476-
CMYK0.1200.100.67
HSL132º6.33%30.98%-
HSV(B)132º11.9%32.94%-
XYZ7.38.328.06-
YUV80.1125.69123.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=31.62%
G=35.90%
B=32.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484760.1200.100.671326.3330.98
Hex4A544CC0A438461f
Octal11212411414012103204637
Binary10010101010100100110011000101010000111000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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