#4F6056

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

Shades of Feldgrau #4F6056

Tints of Feldgrau #4F6056

Color information

#4F6056 (or 0x4F6056) is unknown color: approx Feldgrau. HEX triplet: 4F, 60 and 56. RGB value is (79,96,86). Sum of RGB (Red+Green+Blue) = 79+96+86=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6056 is #B09FA9. Grayscale: #595959. Windows color (decimal): -11575210 or 5660751. OLE color: 5660751.

HSL color Cylindrical-coordinate representation of color #4F6056: hue angle of 144.71º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F6056 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB799686-
CMYK0.1800.100.62
HSL144.71º9.71%34.31%-
HSV(B)144.71º17.71%37.65%-
XYZ9.0910.710.39-
YUV89.78125.87120.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.27%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=30.27%
G=36.78%
B=32.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996860.1800.100.62144.719.7134.31
Hex4F6056120A3E91a22
Octal11714012622012762211242
Binary1001111110000010101101001001010111110100100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,96,86); }

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

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

 a { background-color: rgb(79,96,86); }

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

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

 span { border-color: rgb(79,96,86); }

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