#4A534D

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

Shades of Feldgrau #4A534D

Tints of Feldgrau #4A534D

Color information

#4A534D (or 0x4A534D) is unknown color: approx Feldgrau. HEX triplet: 4A, 53 and 4D. RGB value is (74,83,77). Sum of RGB (Red+Green+Blue) = 74+83+77=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #4A534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A534D is #B5ACB2. Grayscale: #4F4F4F. Windows color (decimal): -11906227 or 5067594. OLE color: 5067594.

HSL color Cylindrical-coordinate representation of color #4A534D: hue angle of 140º 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 #4A534D is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB748377-
CMYK0.1100.070.67
HSL140º5.73%30.78%-
HSV(B)140º10.84%32.55%-
XYZ7.268.188.22-
YUV79.62126.52123.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=31.62%
G=35.47%
B=32.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483770.1100.070.671405.7330.78
Hex4A534DB07438c61f
Octal1121231151307103214637
Binary1001010101001110011011011011110000111000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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