#4F5751

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

Shades of Feldgrau #4F5751

Tints of Feldgrau #4F5751

Color information

#4F5751 (or 0x4F5751) is unknown color: approx Feldgrau. HEX triplet: 4F, 57 and 51. RGB value is (79,87,81). Sum of RGB (Red+Green+Blue) = 79+87+81=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5751 is #B0A8AE. Grayscale: #535353. Windows color (decimal): -11577519 or 5330767. OLE color: 5330767.

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

Color convert

RGB798781-
CMYK0.0900.070.66
HSL135º4.82%32.55%-
HSV(B)135º9.2%34.12%-
XYZ8.129.079.11-
YUV83.92126.35124.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=31.98%
G=35.22%
B=32.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7987810.0900.070.661354.8232.55
Hex4F57519074287521
Octal1171271211107102207541
Binary10011111010111101000110010111100001010000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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