#4F6055

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

Shades of Feldgrau #4F6055

Tints of Feldgrau #4F6055

Color information

#4F6055 (or 0x4F6055) is unknown color: approx Feldgrau. HEX triplet: 4F, 60 and 55. RGB value is (79,96,85). Sum of RGB (Red+Green+Blue) = 79+96+85=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6055 is #B09FAA. Grayscale: #595959. Windows color (decimal): -11575211 or 5595215. OLE color: 5595215.

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

Color convert

RGB799685-
CMYK0.1800.110.62
HSL141.18º9.71%34.31%-
HSV(B)141.18º17.71%37.65%-
XYZ9.0510.6810.18-
YUV89.66125.37120.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=30.38%
G=36.92%
B=32.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7996850.1800.110.62141.189.7134.31
Hex4F6055120B3E8da22
Octal11714012522013762151242
Binary1001111110000010101011001001011111110100011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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