#47604F

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

Shades of Feldgrau #47604F

Tints of Feldgrau #47604F

Color information

#47604F (or 0x47604F) is unknown color: approx Feldgrau. HEX triplet: 47, 60 and 4F. RGB value is (71,96,79). Sum of RGB (Red+Green+Blue) = 71+96+79=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #47604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47604F is #B89FB0. Grayscale: #565656. Windows color (decimal): -12099505 or 5201991. OLE color: 5201991.

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

Color convert

RGB719679-
CMYK0.2600.180.62
HSL139.2º14.97%32.75%-
HSV(B)139.2º26.04%37.65%-
XYZ8.1910.278.95-
YUV86.59123.72116.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=28.86%
G=39.02%
B=32.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7196790.2600.180.62139.214.9732.75
Hex47604F1A0123E8bf21
Octal10714011732022762131741
Binary10001111100000100111111010010010111110100010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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