#4A534C

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

Shades of Feldgrau #4A534C

Tints of Feldgrau #4A534C

Color information

#4A534C (or 0x4A534C) is unknown color: approx Feldgrau. HEX triplet: 4A, 53 and 4C. RGB value is (74,83,76). Sum of RGB (Red+Green+Blue) = 74+83+76=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #4A534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A534C is #B5ACB3. Grayscale: #4F4F4F. Windows color (decimal): -11906228 or 5002058. OLE color: 5002058.

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

Color convert

RGB748376-
CMYK0.1100.080.67
HSL133.33º5.73%30.78%-
HSV(B)133.33º10.84%32.55%-
XYZ7.228.168.03-
YUV79.51126.02124.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.76%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=31.76%
G=35.62%
B=32.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483760.1100.080.67133.335.7330.78
Hex4A534CB08438561f
Octal11212311413010103205637
Binary10010101010011100110010110100010000111000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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