#4F6659

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

Shades of Feldgrau #4F6659

Tints of Feldgrau #4F6659

Color information

#4F6659 (or 0x4F6659) is unknown color: approx Feldgrau. HEX triplet: 4F, 66 and 59. RGB value is (79,102,89). Sum of RGB (Red+Green+Blue) = 79+102+89=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #4F6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6659 is #B099A6. Grayscale: #5D5D5D. Windows color (decimal): -11573671 or 5858895. OLE color: 5858895.

HSL color Cylindrical-coordinate representation of color #4F6659: hue angle of 146.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6659 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB7910289-
CMYK0.2300.130.6
HSL146.09º12.71%35.49%-
HSV(B)146.09º22.55%40%-
XYZ9.7811.8911.23-
YUV93.64125.38117.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=29.26%
G=37.78%
B=32.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal79102890.2300.130.6146.0912.7135.49
Hex4F6659170D3C92d23
Octal11714613127015742221543
Binary1001111110011010110011011101101111100100100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,102,89); }

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

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

 a { background-color: rgb(79,102,89); }

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

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

 span { border-color: rgb(79,102,89); }

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