#47604E

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

Shades of Feldgrau #47604E

Tints of Feldgrau #47604E

Color information

#47604E (or 0x47604E) is unknown color: approx Feldgrau. HEX triplet: 47, 60 and 4E. RGB value is (71,96,78). Sum of RGB (Red+Green+Blue) = 71+96+78=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #47604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47604E is #B89FB1. Grayscale: #565656. Windows color (decimal): -12099506 or 5136455. OLE color: 5136455.

HSL color Cylindrical-coordinate representation of color #47604E: hue angle of 136.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47604E is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB719678-
CMYK0.2600.190.62
HSL136.8º14.97%32.75%-
HSV(B)136.8º26.04%37.65%-
XYZ8.1610.268.76-
YUV86.47123.22116.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=28.98%
G=39.18%
B=31.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196780.2600.190.62136.814.9732.75
Hex47604E1A0133E89f21
Octal10714011632023762111741
Binary10001111100000100111011010010011111110100010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47604E; }

 p { color: rgb(71,96,78); }

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

<style>
 a { background-color: #47604E; }

 a { background-color: rgb(71,96,78); }

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

<style>
 span { border-color: #47604E; }

 span { border-color: rgb(71,96,78); }

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