#4B544D

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

Shades of Feldgrau #4B544D

Tints of Feldgrau #4B544D

Color information

#4B544D (or 0x4B544D) is unknown color: approx Feldgrau. HEX triplet: 4B, 54 and 4D. RGB value is (75,84,77). Sum of RGB (Red+Green+Blue) = 75+84+77=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #4B544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B544D is #B4ABB2. Grayscale: #505050. Windows color (decimal): -11840435 or 5067851. OLE color: 5067851.

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

Color convert

RGB758477-
CMYK0.1100.080.67
HSL133.33º5.66%31.18%-
HSV(B)133.33º10.71%32.94%-
XYZ7.418.378.25-
YUV80.51126.02124.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=31.78%
G=35.59%
B=32.63%

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
Decimal7584770.1100.080.67133.335.6631.18
Hex4B544DB08438561f
Octal11312411513010103205637
Binary10010111010100100110110110100010000111000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,84,77); }

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

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

 a { background-color: rgb(75,84,77); }

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

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

 span { border-color: rgb(75,84,77); }

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