#4F5551

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

Shades of Feldgrau #4F5551

Tints of Feldgrau #4F5551

Color information

#4F5551 (or 0x4F5551) is unknown color: approx Feldgrau. HEX triplet: 4F, 55 and 51. RGB value is (79,85,81). Sum of RGB (Red+Green+Blue) = 79+85+81=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #4F5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5551 is #B0AAAE. Grayscale: #525252. Windows color (decimal): -11578031 or 5330255. OLE color: 5330255.

HSL color Cylindrical-coordinate representation of color #4F5551: hue angle of 140º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5551 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB798581-
CMYK0.0700.050.67
HSL140º3.66%32.16%-
HSV(B)140º7.06%33.33%-
XYZ7.968.759.05-
YUV82.75127.01125.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=32.24%
G=34.69%
B=33.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7985810.0700.050.671403.6632.16
Hex4F5551705438c420
Octal117125121705103214440
Binary1001111101010110100011110101100001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,81); }

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

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

 a { background-color: rgb(79,85,81); }

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

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

 span { border-color: rgb(79,85,81); }

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